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.

15 lines
324 B

3 years ago
  1. version: ~> 1.0
  2. language: node_js
  3. os:
  4. - linux
  5. import:
  6. - ljharb/travis-ci:node/all.yml
  7. - ljharb/travis-ci:node/pretest.yml
  8. - ljharb/travis-ci:node/posttest.yml
  9. matrix:
  10. fast_finish: true
  11. include:
  12. - node_js: "0.7"
  13. env: TEST=true ALLOW_FAILURE=true
  14. - node_js: "0.5"
  15. env: TEST=true ALLOW_FAILURE=true