summaryrefslogtreecommitdiffstats
path: root/.travis-deps.sh
diff options
context:
space:
mode:
authorj-selby <jselby@jselby.net>2017-07-27 06:29:33 +0200
committerj-selby <jselby@jselby.net>2017-07-28 06:22:43 +0200
commita7dae7fd70baaf6b05668d4c14ce99dc54044159 (patch)
tree7a41ac117993c16073a17dfbabb18f396bde8a16 /.travis-deps.sh
parentMerge pull request #2679 from MerryMage/interp-tests (diff)
downloadyuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.gz
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.bz2
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.lz
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.xz
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.tar.zst
yuzu-a7dae7fd70baaf6b05668d4c14ce99dc54044159.zip
Diffstat (limited to '')
-rwxr-xr-x.travis-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh
index 451886984..25a287c7f 100755
--- a/.travis-deps.sh
+++ b/.travis-deps.sh
@@ -36,5 +36,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
- brew install qt5 sdl2 dylibbundler
+ brew install qt5 sdl2 dylibbundler p7zip
fi