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.

21 lines
302 B

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