Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit dffc590

Browse files
chore(travis): enable native toolchain support
1 parent af7e003 commit dffc590

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- 4
55
- 5
6+
- stable
67

78
# Make sure we have new NPM.
89
before_install:
@@ -13,12 +14,20 @@ script:
1314
- npm test
1415
- npm run coverage
1516

16-
addons:
17-
firefox: 'latest'
18-
1917
before_script:
2018
- export DISPLAY=:99.0
2119
- sh -e /etc/init.d/xvfb start
2220

2321
after_success:
2422
- npm run coverage-publish
23+
24+
env:
25+
- CXX=g++-4.8
26+
27+
addons:
28+
firefox: 'latest'
29+
apt:
30+
sources:
31+
- ubuntu-toolchain-r-test
32+
packages:
33+
- g++-4.8

0 commit comments

Comments
 (0)