We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ea29 commit d94d009Copy full SHA for d94d009
.travis.yml
@@ -6,8 +6,8 @@ addons:
6
sources:
7
- ubuntu-toolchain-r-test
8
packages:
9
- - gcc-4.6
10
- - g++-4.6
+ - gcc-4.8
+ - g++-4.8
11
12
matrix:
13
include:
@@ -27,7 +27,7 @@ env:
27
before_install:
28
- export DISPLAY=':99.0'
29
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
30
- - test "$(uname)" = "Darwin" || export CXX=g++-4.6 CC=gcc-4.6
+ - test "$(uname)" = "Darwin" || export CXX=g++-4.8 CC=gcc-4.8
31
32
install:
33
- '[ -z "$ELECTRON" ] || npm install electron@${ELECTRON}'
0 commit comments