Skip to content

Commit 41cb27f

Browse files
committed
https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
compiler requirements
1 parent 0491386 commit 41cb27f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ node_js:
44
- "6"
55
- "8"
66

7+
addons:
8+
apt:
9+
sources:
10+
- ubuntu-toolchain-r-test
11+
packages:
12+
- g++-4.8
13+
714
sudo: false
815

916
before_script:
@@ -20,3 +27,5 @@ script:
2027
- npm run test
2128
- npm run test-node
2229

30+
env:
31+
- CXX=g++-4.8

0 commit comments

Comments
 (0)