diff options
author | chinhodado <chin.bimbo@gmail.com> | 2015-01-11 03:22:03 +0100 |
---|---|---|
committer | chinhodado <chin.bimbo@gmail.com> | 2015-01-11 03:22:03 +0100 |
commit | b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd (patch) | |
tree | a691345b945823463d784f3e331a031e0508b27e /.travis-deps.sh | |
parent | Merge pull request #458 from yuriks/cmake-debug (diff) | |
download | yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.gz yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.bz2 yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.lz yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.xz yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.tar.zst yuzu-b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd.zip |
Diffstat (limited to '.travis-deps.sh')
-rw-r--r-- | .travis-deps.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh index 2a0f6b284..bd09da0d0 100644 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -24,8 +24,6 @@ if [ "$TRAVIS_OS_NAME" = linux -o -z "$TRAVIS_OS_NAME" ]; then curl http://www.cmake.org/files/v2.8/cmake-2.8.11-Linux-i386.tar.gz \ | sudo tar -xz -C /usr/local --strip-components=1 elif [ "$TRAVIS_OS_NAME" = osx ]; then - export HOMEBREW_CACHE="$PWD/.homebrew-cache" - mkdir -p "$HOMEBREW_CACHE" brew tap homebrew/versions brew install qt5 glfw3 pkgconfig fi |