You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 132B

1234567891011121314
  1. sudo: false
  2. os:
  3. - linux
  4. - osx
  5. language: node_js
  6. node_js:
  7. - node
  8. - '8'
  9. - '7'
  10. - '6'
  11. - '5'
  12. - '4'
  13. - '0.12'
  14. - '0.10'