Skip to content

Commit ed68ac4

Browse files
committed
travis: Fix build env
1 parent a7d329d commit ed68ac4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: .travis.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
language: node_js
22

33
node_js:
4-
- "7"
4+
- "6"
5+
6+
env:
7+
- CXX=g++-4.8
8+
9+
addons:
10+
apt:
11+
sources:
12+
- ubuntu-toolchain-r-test
13+
packages:
14+
- g++-4.8
515

616
install:
717
- make

0 commit comments

Comments
 (0)