diff options
author | bunnei <bunneidev@gmail.com> | 2016-11-11 20:13:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-11 20:13:15 -0500 |
commit | 3b4f134c08eb61e5f69e35270adb34fdad1fae77 (patch) | |
tree | 7bf9a5ceeb99ab017d38d7ba6235ad7390b2a295 | |
parent | f784595a616dee3cfb540c3cd1124d44c524052f (diff) | |
parent | 20b622ec892345dd2787652454fc1071590d1c36 (diff) |
Merge pull request #2171 from jroweboy/fix-mac-build
Fix Travis build issue on mac
-rwxr-xr-x | .travis-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh index 8538098c1..ab3a32382 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -29,5 +29,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then elif [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update - brew install cmake qt5 sdl2 dylibbundler + brew install qt5 sdl2 dylibbundler fi |