.travis.yml 99 B

12345678
  1. language: node_js
  2. node_js:
  3. - "4"
  4. - "iojs-v3"
  5. - "iojs-v2"
  6. - "iojs-v1"
  7. - "0.12"
  8. - "0.10"