From a7eae26d9048236981012d5ed7240dd733739f41 Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Sat, 13 Oct 2018 18:18:45 +0100 Subject: [PATCH] Fix cache --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1014d27..21e8c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ cache: - $TRAVIS_BUILD_DIR/apt-cache/ before_install: + - mkdir -p $TRAVIS_BUILD_DIR/apt-cache/ - sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial -y - sudo apt-get update