]> granicus.if.org Git - python/commitdiff
Travis: use ccache (#3307)
authorChristian Heimes <christian@python.org>
Mon, 4 Sep 2017 23:48:54 +0000 (01:48 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 23:48:54 +0000 (01:48 +0200)
.travis.yml

index f6e9057e28d65c3cd39fbd19bc06323c6f681873..65033fbd74cd01cc943ff9854ec1a51e88639969 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: