.travis.yml 86 B

12345678
  1. sudo: false
  2. git:
  3. depth: 2
  4. language: node_js
  5. node_js:
  6. - iojs
  7. - '0.12'
  8. - '0.10'