Skip to content

Commit

Permalink
Merge pull request #6 from pebble/update-travis
Browse files Browse the repository at this point in the history
update node versions in travis
  • Loading branch information
Robert Yawn authored Oct 25, 2016
2 parents 0d8ad9a + c2406d9 commit 3e94049
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
- 6
- 4

# To test Node v4, Travis needs to use a newer C++ compiler.
# Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 3e94049

Please sign in to comment.