From ff5fde2befe0e9580ee6347ce9adbece09d0ef31 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Sun, 19 Feb 2017 00:17:12 +0000 Subject: [PATCH] Revert "Try to update to GCC 6 on Travis." This reverts commit 55e1dd6203764bf09877a0134cf557860a0e5a53. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7981a3a0..f8c200ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,13 @@ addons: sources: - ubuntu-toolchain-r-test packages: - - gcc-6 - - g++-6 + - gcc-4.8 + - g++-4.8 install: - build/InstallMono.sh - build/InstallNugets.sh - - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-6" CC="gcc-6"; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi - if [ "$TRAVIS_OS_NAME" = "linux" ]; then PREMAKE=build/premake5-linux-64; else PREMAKE=build/premake5-osx; fi - $PREMAKE --file=build/scripts/LLVM.lua download_llvm