From 0c1b825877e9b9fa3ea6c9683f1d93b2beb6c5a5 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Sun, 3 May 2015 12:09:10 +0200 Subject: [PATCH] Adjust travis-ci caching 1. Removes the APT caching, since it's not available on the docker infrastructure. 2. Enables caching for the dependency download directory. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bad4b13736..a2957ed81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,10 @@ mono: 3.12.0 # Use the Docker-based infrastructure sudo: false -cache: apt + +cache: + directories: + - thirdparty/download # Environment variables env: