Skip to content

Commit

Permalink
Merge pull request #2038 from bd82/travis
Browse files Browse the repository at this point in the history
Also run Travis-CI on node.js 4 & 5
  • Loading branch information
danielstjules committed Jan 5, 2016
2 parents 5722c2b + d017b3e commit 43bedc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: node_js
env:
global:
- CXX=g++-4.8
before_install:
- ./scripts/ensure-compatible-npm.sh
script: travis_retry npm test
node_js:
- '5'
- '4'
- 'iojs'
- '0.12'
- '0.11'
Expand Down

0 comments on commit 43bedc4

Please sign in to comment.