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