Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 76e9b13

Browse files
committed
Try using gcc rather than clang on travis
1 parent 5ab2b74 commit 76e9b13

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ build
44
.clang_complete
55

66
/browser.js
7-
emsdk_portable
7+
emsdk_portable

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ node_js:
1010
- "node"
1111

1212
before_install:
13+
- export CXX="g++-4.8" CC="gcc-4.8"
1314
- curl https://cmake.org/files/v3.6/cmake-3.6.3-Linux-x86_64.tar.gz | tar xz
1415
- export PATH=${PWD}/cmake-3.6.3-Linux-x86_64/bin:$PATH
1516

@@ -23,9 +24,6 @@ branches:
2324
only:
2425
- master
2526

26-
env:
27-
- CXX=clang++
28-
2927
cache:
3028
directories:
3129
- emsdk_portable

0 commit comments

Comments
 (0)