Skip to content

Commit

Permalink
[dist] Update .travis.yml to be more sane.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 22, 2015
1 parent 12e5373 commit 90007e2
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
sudo: false
language: node_js
node_js:
- 0.8
- 0.10
- "0.10"
- "0.12"
- "4.1"

before_install:
- curl --location http://git.io/1OcIZA | bash -s
branches:
only:
- master
- travis_retry npm install -g npm@2.14.5
- travis_retry npm install

script:
- npm test

matrix:
allow_failures:
- node_js: "0.10"

notifications:
email:
- travis@nodejitsu.com
Expand Down

0 comments on commit 90007e2

Please sign in to comment.