Skip to content

Commit f053d7b

Browse files
author
AJ Keller
committed
Fix issues with node 8 compatability
1 parent ffb84a0 commit f053d7b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ node_js:
44
- "6.11.1"
55
- "7.10.1"
66
- "8.1.4"
7+
env:
8+
- CXX=g++-4.8
9+
addons:
10+
apt:
11+
sources:
12+
- ubuntu-toolchain-r-test
13+
packages:
14+
- g++-4.8
715
install:
816
- npm install --all
917
script:
1018
- npm run test-lint
11-
- npm run test-cov
19+
- npm run test-cov

0 commit comments

Comments
 (0)