Revision f52b97d66fb8a6514b3af87aafdd11ffaa4ba84b authored by Richard Smith on 03 July 2014, 21:48:23 UTC, committed by Richard Smith on 03 July 2014, 21:48:23 UTC
1 parent 0430bff
Raw File
.travis.yml
language: node_js
node_js:
  - '0.10'
before_script:
  - npm install -g grunt-cli
after_script:
  - npm run coveralls
back to top