Skip to content

Commit 23b2da5

Browse files
author
marco.minetti
committed
Fix travis ci build for nodejs 4+.
1 parent f05f77d commit 23b2da5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
language: node_js
2+
env:
3+
- CXX=g++-4.8
24
addons:
35
apt:
46
sources:
5-
- ubuntu-toolchain-r-test
7+
- ubuntu-toolchain-r-test
68
packages:
7-
- gcc-4.8
9+
- g++-4.8
810
node_js:
911
- "0.10"
1012
- "0.12"

0 commit comments

Comments
 (0)