From b8801a8e4e51a533f6e41ea9cf29bd7ed32442bd Mon Sep 17 00:00:00 2001 From: chinhodado Date: Sat, 10 Jan 2015 21:22:03 -0500 Subject: Revert "Travis: Enable caching of dependencies" --- .travis-deps.sh | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis-deps.sh') 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 -- cgit v1.2.3