.travis.yml 90 B

12345678
  1. ---
  2. language: node_js
  3. node_js:
  4. - "0.10"
  5. notifications:
  6. email: false
  7. git:
  8. depth: 10