summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-09-05 01:48:54 +0200
committerGitHub <noreply@github.com>2017-09-05 01:48:54 +0200
commit8adc73c2c1a5e3e3c9289dd61ab553b718211b23 (patch)
tree14ebccd91d671060ba5d2d0b7202be03f3d2f2fb /.travis.yml
parent069306312addf87252e2dbf250fc7632fc8b7da3 (diff)
downloadcpython-git-8adc73c2c1a5e3e3c9289dd61ab553b718211b23.tar.gz
Travis: use ccache (#3307)
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 f6e9057e28..65033fbd74 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: