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.

22 lines
319 B

7 years ago
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "0.10"
  5. - "0.12"
  6. - "4.1"
  7. before_install:
  8. - travis_retry npm install -g npm@2.14.5
  9. - travis_retry npm install
  10. script:
  11. - npm test
  12. matrix:
  13. allow_failures:
  14. - node_js: "0.10"
  15. notifications:
  16. email:
  17. - travis@nodejitsu.com
  18. irc: "irc.freenode.org#nodejitsu"