summaryrefslogtreecommitdiffstats
path: root/.travis-deps.sh
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2016-11-11 22:45:52 +0100
committerJames Rowe <jroweboy@gmail.com>2016-11-11 22:45:52 +0100
commit20b622ec892345dd2787652454fc1071590d1c36 (patch)
tree7bf9a5ceeb99ab017d38d7ba6235ad7390b2a295 /.travis-deps.sh
parentMerge pull request #2170 from Pringo/master (diff)
downloadyuzu-20b622ec892345dd2787652454fc1071590d1c36.tar
yuzu-20b622ec892345dd2787652454fc1071590d1c36.tar.gz
yuzu-20b622ec892345dd2787652454fc1071590d1c36.tar.bz2
yuzu-20b622ec892345dd2787652454fc1071590d1c36.tar.lz
yuzu-20b622ec892345dd2787652454fc1071590d1c36.tar.xz
yuzu-20b622ec892345dd2787652454fc1071590d1c36.tar.zst
yuzu-20b622ec892345dd2787652454fc1071590d1c36.zip
Diffstat (limited to '.travis-deps.sh')
-rwxr-xr-x.travis-deps.sh2
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