From 8bc6e7e0b96c3bfe68b02ceba68e1a5d82fdc60e Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Sat, 9 Dec 2017 12:46:35 -0800 Subject: [PATCH] Travis: Axe macOS GCC build --- .travis-deps.sh | 5 ----- .travis.yml | 2 -- 2 files changed, 7 deletions(-) diff --git a/.travis-deps.sh b/.travis-deps.sh index c76d4c6d6..13952a3f4 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -2,11 +2,6 @@ if [ $TRAVIS_OS_NAME = "osx" ]; then brew update brew install qt5 ffmpeg imagemagick sdl2 libzip libpng - if [ "$CC" == "gcc" ]; then - brew install gcc@4.9 - export CC=gcc-4.9 - export CXX=g++-4.9 - fi else sudo apt-get clean sudo apt-get update diff --git a/.travis.yml b/.travis.yml index 2c25e739f..995e09a8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ matrix: compiler: gcc - os: osx compiler: clang - - os: osx - compiler: gcc before_install: - source ./.travis-deps.sh