Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 69c8211

Browse files
chore: make travis be able to build native addons
1 parent 45544b6 commit 69c8211

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ script:
1414
- npm test
1515
- npm run coverage
1616

17-
addons:
18-
firefox: 'latest'
1917

2018
before_script:
2119
- export DISPLAY=:99.0
2220
- sh -e /etc/init.d/xvfb start
2321

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

0 commit comments

Comments
 (0)