We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde0310 commit 2eb1f22Copy full SHA for 2eb1f22
.travis.yml
@@ -2,3 +2,11 @@ sudo: false
2
language: node_js
3
node_js:
4
- '6'
5
+env:
6
+ - CXX=g++-4.8
7
+addons:
8
+ apt:
9
+ sources:
10
+ - ubuntu-toolchain-r-test
11
+ packages:
12
+ - g++-4.8
0 commit comments