Skip to content

Commit

Permalink
Update tests to use 4.4 and drop iojs.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Apr 25, 2016
1 parent e43300f commit c4b9d38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -2,13 +2,11 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.2"
- "4.4"
- "node"
- "iojs"
sudo: false
install: (cd nodejs && npm install)
script:
script:
- (cd nodejs && npm test)
notifications:
email:
Expand Down

0 comments on commit c4b9d38

Please sign in to comment.