swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: fe1d6afc1f0d9cadd49877c8eaee4bd5deeb61a0 authored by Andreas Stuhlmüller on 06 May 2015, 20:20:43 UTC
Merge branch 'dev'
Tip revision: fe1d6af
.travis.yml
language: node_js

node_js:
  - "0.12"
  - "0.11"
  - "0.10"

install:
  - npm install
  - npm install -g nodeunit grunt-cli

script:
  - grunt
back to top