Skip to content

Commit

Permalink
Move apt_mingw_cache out of build directory (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasp00 authored and tresf committed Feb 25, 2019
1 parent e34f75a commit ad1fa16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: trusty
sudo: required
cache:
directories:
- apt_mingw_cache
- $HOME/apt_mingw_cache
- $HOME/.ccache
- $HOME/pbuilder-bases
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .travis/linux.win.download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

CACHE_DIR=$TRAVIS_BUILD_DIR/apt_mingw_cache/$1
CACHE_DIR=$HOME/apt_mingw_cache/$1
mkdir -p $CACHE_DIR

pushd $CACHE_DIR
Expand Down

0 comments on commit ad1fa16

Please sign in to comment.