diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lib-travisci.sh | 2 | ||||
-rwxr-xr-x | ci/run-tests.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ci/lib-travisci.sh b/ci/lib-travisci.sh index 9d379db8a0..197aa14c11 100755 --- a/ci/lib-travisci.sh +++ b/ci/lib-travisci.sh @@ -27,6 +27,8 @@ skip_branch_tip_with_tag () { # and installing dependencies. set -ex +mkdir -p "$HOME/travis-cache" + skip_branch_tip_with_tag if test -z "$jobname" diff --git a/ci/run-tests.sh b/ci/run-tests.sh index f0c743de94..ccdfc2b9d3 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -5,6 +5,5 @@ . ${0%/*}/lib-travisci.sh -mkdir -p $HOME/travis-cache ln -s $HOME/travis-cache/.prove t/.prove make --quiet test |