Skip to content

Commit

Permalink
[test] Start testing against node@4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 25, 2015
1 parent a4689ea commit 87b97cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "4.1"

before_install:
- travis_retry npm install -g npm@2.5.1
- travis_retry npm install -g npm@2.14.5
- travis_retry npm install

script:
Expand Down

0 comments on commit 87b97cc

Please sign in to comment.