summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-09-05 19:14:03 +0200
committerGitHub <noreply@github.com>2017-09-05 19:14:03 +0200
commit9721e51daf59e9a2f56dbf7c2428ea79c0b13be0 (patch)
tree470f05a92d2e49cd9ab5d156029466dc719e83ea /.travis.yml
parentc9d668c0d8a6f3e8e72345e53d1dd34be172f16e (diff)
downloadcpython-git-9721e51daf59e9a2f56dbf7c2428ea79c0b13be0.tar.gz
[2.7] Travis: use ccache (GH-3307) (#3333)
(cherry picked from commit 8adc73c)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d73cb9e318..571dd045e2 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: