.travis.yml 922 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. language: node_js
  2. node_js:
  3. - "iojs-v2.4"
  4. - "iojs-v2.3"
  5. - "iojs-v2.2"
  6. - "iojs-v2.1"
  7. - "iojs-v2.0"
  8. - "iojs-v1.8"
  9. - "iojs-v1.7"
  10. - "iojs-v1.6"
  11. - "iojs-v1.5"
  12. - "iojs-v1.4"
  13. - "iojs-v1.3"
  14. - "iojs-v1.2"
  15. - "iojs-v1.1"
  16. - "iojs-v1.0"
  17. - "0.12"
  18. - "0.11"
  19. - "0.10"
  20. - "0.9"
  21. - "0.8"
  22. - "0.6"
  23. - "0.4"
  24. before_install:
  25. - '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] || npm install -g npm@1.4.28 && npm install -g npm'
  26. sudo: false
  27. matrix:
  28. fast_finish: true
  29. allow_failures:
  30. - node_js: "iojs-v2.3"
  31. - node_js: "iojs-v2.2"
  32. - node_js: "iojs-v2.1"
  33. - node_js: "iojs-v2.0"
  34. - node_js: "iojs-v1.7"
  35. - node_js: "iojs-v1.6"
  36. - node_js: "iojs-v1.5"
  37. - node_js: "iojs-v1.4"
  38. - node_js: "iojs-v1.3"
  39. - node_js: "iojs-v1.2"
  40. - node_js: "iojs-v1.1"
  41. - node_js: "iojs-v1.0"
  42. - node_js: "0.11"
  43. - node_js: "0.9"
  44. - node_js: "0.8"
  45. - node_js: "0.6"
  46. - node_js: "0.4"