summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchinhodado <chin.bimbo@gmail.com>2015-01-11 03:22:03 +0100
committerchinhodado <chin.bimbo@gmail.com>2015-01-11 03:22:03 +0100
commitb8801a8e4e51a533f6e41ea9cf29bd7ed32442bd (patch)
treea691345b945823463d784f3e331a031e0508b27e
parentMerge pull request #458 from yuriks/cmake-debug (diff)
downloadyuzu-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
-rw-r--r--.travis-deps.sh2
-rw-r--r--.travis.yml5
2 files changed, 0 insertions, 7 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
diff --git a/.travis.yml b/.travis.yml
index 8c5aceb7c..1cb369d5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,6 @@ os:
language: cpp
-cache:
- apt: true
- directories:
- - .homebrew-cache
-
before_install:
- sh .travis-deps.sh