diff options
Diffstat (limited to '')
| -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 | |||
| 29 | 29 | ||
| 30 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then | 30 | elif [ "$TRAVIS_OS_NAME" = "osx" ]; then |
| 31 | brew update | 31 | brew update |
| 32 | brew install cmake qt5 sdl2 dylibbundler | 32 | brew install qt5 sdl2 dylibbundler |
| 33 | fi | 33 | fi |