Skip to content

Commit ae7d786

Browse files
committed
Try to fix travis build
1 parent b6e0c21 commit ae7d786

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: node_js
22
node_js:
3-
- '6'
3+
- '12'
44
env:
5-
- CXX=g++-4.8
5+
- CXX=g++-4.9
6+
- CXX=clang++
67
addons:
78
apt:
89
sources:
910
- ubuntu-toolchain-r-test
1011
packages:
11-
- g++-4.8
12+
- g++-4.9
1213
deploy:
1314
- provider: npm
1415

0 commit comments

Comments
 (0)