]> granicus.if.org Git - python/commitdiff
[3.6] Travis: use ccache (GH-3307) (#3332)
authorChristian Heimes <christian@python.org>
Tue, 5 Sep 2017 14:03:29 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2017 14:03:29 +0000 (16:03 +0200)
(cherry picked from commit 8adc73c)

.travis.yml

index 2515d6416a7f25f47763d84ea5e82664de43ec93..4a507c995e3333b4fa42088d64a1e29ba1238a6a 100644 (file)
@@ -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: