Travis: Axe macOS GCC build

This commit is contained in:
Vicki Pfau 2017-12-09 12:46:35 -08:00
parent 721224306c
commit 9674364358
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -7,8 +7,6 @@ matrix:
compiler: gcc
- os: osx
compiler: clang
- os: osx
compiler: gcc
before_install:
- source ./.travis-deps.sh