.travis.yml 879 B

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