|
|
@ -20,7 +20,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
|
|
|
|
)
|
|
|
|
)
|
|
|
|
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|
|
|
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|
|
|
brew update > /dev/null # silence the very verbose output
|
|
|
|
brew update > /dev/null # silence the very verbose output
|
|
|
|
brew unlink cmake
|
|
|
|
brew unlink cmake || true
|
|
|
|
brew install cmake qt5 sdl2 dylibbundler
|
|
|
|
brew install cmake qt5 sdl2 dylibbundler
|
|
|
|
gem install xcpretty
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|