From: Christian Heimes Date: Tue, 5 Sep 2017 14:03:29 +0000 (+0200) Subject: [3.6] Travis: use ccache (GH-3307) (#3332) X-Git-Tag: v3.6.3rc1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8704d5439c7de8b471921e0ebcb6a62ebb6fe1a1;p=python [3.6] Travis: use ccache (GH-3307) (#3332) (cherry picked from commit 8adc73c) --- diff --git a/.travis.yml b/.travis.yml index 2515d6416a..4a507c995e 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: