Skip to content

Commit

Permalink
Merge pull request #856 from stephenplusplus/spp--travis-4
Browse files Browse the repository at this point in the history
add travis support for 4.0
  • Loading branch information
callmehiphop committed Sep 9, 2015
2 parents 93a293a + 9feb4bd commit bcf5b79
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
language: node_js
node_js:
- 0.12
- 4
- 0.12

# To test Node v4, Travis needs to use a newer C++ compiler.
# Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- export CXX=g++-4.8
- $CXX --version

script: ./scripts/build.sh
before_deploy: ./scripts/release.sh
deploy:
Expand Down

0 comments on commit bcf5b79

Please sign in to comment.