Skip to content

Commit d94d009

Browse files
interpretorrgbkrk
authored andcommitted
Change to gcc-4.8, because NaN needs C++11 support
1 parent be1ea29 commit d94d009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ addons:
66
sources:
77
- ubuntu-toolchain-r-test
88
packages:
9-
- gcc-4.6
10-
- g++-4.6
9+
- gcc-4.8
10+
- g++-4.8
1111

1212
matrix:
1313
include:
@@ -27,7 +27,7 @@ env:
2727
before_install:
2828
- export DISPLAY=':99.0'
2929
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
30-
- test "$(uname)" = "Darwin" || export CXX=g++-4.6 CC=gcc-4.6
30+
- test "$(uname)" = "Darwin" || export CXX=g++-4.8 CC=gcc-4.8
3131

3232
install:
3333
- '[ -z "$ELECTRON" ] || npm install electron@${ELECTRON}'

0 commit comments

Comments
 (0)