Skip to content

Commit da64663

Browse files
Update .travis.yml
1 parent 271bc2c commit da64663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ addons:
1717
sources:
1818
- ubuntu-toolchain-r-test
1919
packages:
20-
- g++-4.8
20+
- g++-4.9
2121

2222
before_install:
2323
- |
24-
if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi
24+
if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX=g++-4.9 CC=gcc-4.9; fi
2525
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "${PYTHON:0:1}" = "3" ]; then
2626
brew update
2727
brew install python3

0 commit comments

Comments
 (0)