We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93a293a + 9feb4bd commit bcf5b79Copy full SHA for bcf5b79
1 file changed
.travis.yml
@@ -1,6 +1,20 @@
1
language: node_js
2
node_js:
3
-- 0.12
+ - 4
4
+ - 0.12
5
+
6
+# To test Node v4, Travis needs to use a newer C++ compiler.
7
+# Source: https://github.com/nodejs/nan/issues/435#issuecomment-136063745
8
+addons:
9
+ apt:
10
+ sources:
11
+ - ubuntu-toolchain-r-test
12
+ packages:
13
+ - g++-4.8
14
+before_install:
15
+ - export CXX=g++-4.8
16
+ - $CXX --version
17
18
script: ./scripts/build.sh
19
before_deploy: ./scripts/release.sh
20
deploy:
0 commit comments