summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 980a029c35..dbd3f6c3d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,14 +89,8 @@ before_script:
if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then
docker version
docker run --cidfile $HOME/cid -t -d -v `pwd`:/src -v $HOME/.ccache:/root/.ccache -w /src stefanschmidt1/ci-support-files:$DISTRO bash
- cp $HOME/cachedir/config.cache . || true
fi
-
- .ci/ci-ccache-stats.sh
- - |
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
- cp $HOME/cachedir/config.cache . || true
- fi
script:
- .ci/ci-configure.sh "$CI_BUILD_TYPE"
@@ -121,12 +115,7 @@ before_cache:
mkdir -p $HOME/cachedir
if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then
sudo chown travis:travis $HOME/.ccache
- mkdir -p $HOME/cachedir/
- sudo cp config.cache $HOME/cachedir/
- sudo chown travis:travis $HOME/cachedir/config.cache
- sudo chown travis:travis $HOME/autom4te.cache
else
- cp config.cache $HOME/cachedir
mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew
fi