Dashboard sipadu mbip
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 225B

123456789101112131415161718
  1. language: node_js
  2. node_js:
  3. - "7.0"
  4. - "6.0"
  5. - "5.0"
  6. - "4.0"
  7. - "iojs"
  8. - "0.12"
  9. - "0.11"
  10. - "0.10"
  11. - "0.8"
  12. matrix:
  13. allow_failures:
  14. - node_js: "0.8"
  15. # Allow Travis tests to run in containers.
  16. sudo: false