aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-deps.sh
diff options
context:
space:
mode:
authorGravatar chinhodado <chin.bimbo@gmail.com>2015-01-10 21:22:03 -0500
committerGravatar chinhodado <chin.bimbo@gmail.com>2015-01-10 21:22:03 -0500
commitb8801a8e4e51a533f6e41ea9cf29bd7ed32442bd (patch)
treea691345b945823463d784f3e331a031e0508b27e /.travis-deps.sh
parent083072de56dacadbeba5f77b2773ea6f9e4b1ddd (diff)
Revert "Travis: Enable caching of dependencies"
Diffstat (limited to '.travis-deps.sh')
-rw-r--r--.travis-deps.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh
index 2a0f6b28..bd09da0d 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