Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 6fa4cc5

Browse files
committed
chore: add updated compiler for Travis
1 parent 09098f8 commit 6fa4cc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
language: node_js
22
node_js:
33
- "5.2"
4+
env:
5+
- CXX=g++-4.8
6+
addons:
7+
apt:
8+
sources:
9+
- ubuntu-toolchain-r-test
10+
packages:
11+
- g++-4.8
412

513
before_install:
614
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)