Commit f1db9ded27de6fbb1b06dbe93e9345f09422ffe0
1 parent
87be1a3e
Fix for missing build
Showing
1 changed file
with
1 additions
and
1 deletions
.travis.yml
| ... | ... | @@ -14,7 +14,7 @@ addons: |
| 14 | 14 | - ubuntu-toolchain-r-test |
| 15 | 15 | |
| 16 | 16 | install: |
| 17 | - - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi | |
| 17 | + - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi | |
| 18 | 18 | - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" |
| 19 | 19 | - CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz" |
| 20 | 20 | - cd "${DEPS_DIR}" | ... | ... |