.travis.yml 281 B

1234567891011121314151617
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "5.3"
  5. - "4.2"
  6. - "0.12"
  7. - "0.11"
  8. - "0.10"
  9. matrix:
  10. allow_failures:
  11. - node_js: "0.11"
  12. before_install:
  13. - curl --location http://rawgit.com/twolfson/fix-travis-ci/master/lib/install.sh | bash -s
  14. notifications:
  15. email: false