.travis.yml 230 B

123456789101112131415161718192021
  1. language: node_js
  2. branches:
  3. only:
  4. - master
  5. node_js:
  6. - "0.10"
  7. - "4"
  8. - "6"
  9. install:
  10. - npm install
  11. - npm run build
  12. matrix:
  13. fast_finish: true
  14. allow_failures:
  15. - node_js: 0.10
  16. # container-base
  17. sudo: false