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

123456789101112131415161718
  1. language: node_js
  2. node_js:
  3. - "0.11"
  4. - "0.10"
  5. - "0.9"
  6. - "0.8"
  7. - "0.6"
  8. - "0.4"
  9. before_install:
  10. - '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
  11. matrix:
  12. fast_finish: true
  13. allow_failures:
  14. - node_js: "0.11"
  15. - node_js: "0.9"
  16. - node_js: "0.6"
  17. - node_js: "0.4"