From ab94d1bc9974e4d697ddb644662fa325192df539 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 5 Sep 2017 01:48:54 +0200 Subject: [PATCH] [2.7] Travis: use ccache (GH-3307) (cherry picked from commit 8adc73c) --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d73cb9e318945e..571dd045e2de1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ dist: trusty sudo: false group: beta -# To cache doc-building dependencies. -cache: pip +# To cache doc-building dependencies and C compiler output. +cache: + - pip + - ccache branches: only: