From: Christian Heimes Date: Tue, 5 Sep 2017 17:14:03 +0000 (+0200) Subject: [2.7] Travis: use ccache (GH-3307) (#3333) X-Git-Tag: v2.7.15rc1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9721e51daf59e9a2f56dbf7c2428ea79c0b13be0;p=thirdparty%2FPython%2Fcpython.git [2.7] Travis: use ccache (GH-3307) (#3333) (cherry picked from commit 8adc73c) --- diff --git a/.travis.yml b/.travis.yml index d73cb9e31894..571dd045e2de 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: