From 9674364358a1f951670fd51502ac02b918ffa4f5 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 fe7c49b23..b249cefee 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@5 - export CC=gcc-5 - export CXX=g++-5 - fi else sudo apt-get clean sudo add-apt-repository -y ppa:george-edison55/cmake-3.x diff --git a/.travis.yml b/.travis.yml index 3b8970eae..3f3e6077c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ matrix: compiler: gcc - os: osx compiler: clang - - os: osx - compiler: gcc before_install: - source ./.travis-deps.sh