Skip to content

Commit 72c33f5

Browse files
committed
1 parent b168fd9 commit 72c33f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ script:
88
- npm run lint
99
- flow check
1010
- npm test
11+
env:
12+
- CXX=g++-4.8
13+
addons:
14+
apt:
15+
sources:
16+
- ubuntu-toolchain-r-test
17+
packages:
18+
- g++-4.8
19+

0 commit comments

Comments
 (0)