swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 43df929f674e06d97919c2ba5a589afc93c0a59b authored by Andreas Stuhlmüller on 25 March 2015, 22:24:25 UTC
Update README.md
Tip revision: 43df929
.travis.yml
language: node_js

node_js:
  - "0.11"
  - "0.10"

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

script:
  - grunt
back to top