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

Commit 5a623a7

Browse files
committed
Add compiler to Travis config
1 parent 451782b commit 5a623a7

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
@@ -1,4 +1,12 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "5.3.0"
4+
- "4"
5+
env:
6+
- CXX=g++-4.8
7+
addons:
8+
apt:
9+
sources:
10+
- ubuntu-toolchain-r-test
11+
packages:
12+
- g++-4.8

0 commit comments

Comments
 (0)