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

.travis.yml

index d73cb9e318945e04b07f46507218507384517ee7..571dd045e2de1d725e41a06e262ea3181ab4f29c 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: