swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 35c4c22a6894bd964c91e213612623fcc3f9145f authored by Andreas Stuhlmüller on 13 April 2015, 15:56:03 UTC
Merge branch 'dev'
Tip revision: 35c4c22
.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