.travis.yml 97 B

1234567
  1. language: node_js
  2. node_js:
  3. - 0.10
  4. script:
  5. - grunt compile test
  6. notifications:
  7. email: false