.travis.yml 134 B

123456789
  1. language: node_js
  2. node_js:
  3. - "0.10"
  4. git:
  5. depth: 1
  6. before_script:
  7. - npm install -g grunt-cli
  8. after_script:
  9. - npm run coveralls