From b4976f89f2a9567510d4e77c4c5cbed1063b9abf Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Wed, 4 May 2016 14:27:44 +0200 Subject: [PATCH] APT seems slow, try explicitly enabling --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62f10d1c5..f2e51b6a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,9 @@ branches: only: - master -cache: ccache +cache: + - ccache: true + - apt: true matrix: fast_finish: true