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 127B

12345678910111213
  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "0.10"
  5. - "0.12"
  6. - "4"
  7. - "5"
  8. - "6"
  9. - "7"
  10. - "8"
  11. - "9"
  12. - "10"
  13. - "12"