From: Christian Heimes Date: Mon, 4 Sep 2017 23:48:54 +0000 (+0200) Subject: Travis: use ccache (#3307) X-Git-Tag: v3.7.0a1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8adc73c2c1a5e3e3c9289dd61ab553b718211b23;p=python Travis: use ccache (#3307) --- diff --git a/.travis.yml b/.travis.yml index f6e9057e28..65033fbd74 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: