.travis.yml 88 B

12345678910
  1. language: node_js
  2. node_js:
  3. - 7
  4. - 6
  5. - '5'
  6. - '4'
  7. - 'iojs'
  8. - '0.12'
  9. - '0.10'