Revision 8e141ede6e0febe1ff63ea2528b1eee757eb3c7e authored by Richard Smith-Unna on 14 June 2015, 12:31:01 UTC, committed by Richard Smith-Unna on 14 June 2015, 12:31:01 UTC
1 parent e0b694f
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