1234567891011121314151617 |
- sudo: false
- language: node_js
- node_js:
- - "5.3"
- - "4.2"
- - "0.12"
- - "0.11"
- - "0.10"
- matrix:
- allow_failures:
- - node_js: "0.11"
- before_install:
- - curl --location http://rawgit.com/twolfson/fix-travis-ci/master/lib/install.sh | bash -s
- notifications:
- email: false
|