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 271bc2c commit da64663Copy full SHA for da64663
.travis.yml
@@ -17,11 +17,11 @@ addons:
17
sources:
18
- ubuntu-toolchain-r-test
19
packages:
20
- - g++-4.8
+ - g++-4.9
21
22
before_install:
23
- |
24
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi
+ if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX=g++-4.9 CC=gcc-4.9; fi
25
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "${PYTHON:0:1}" = "3" ]; then
26
brew update
27
brew install python3
0 commit comments