diff options
author | Christian Heimes <christian@python.org> | 2017-09-04 23:48:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 23:48:54 (GMT) |
commit | 8adc73c2c1a5e3e3c9289dd61ab553b718211b23 (patch) | |
tree | 14ebccd91d671060ba5d2d0b7202be03f3d2f2fb /.travis.yml | |
parent | 069306312addf87252e2dbf250fc7632fc8b7da3 (diff) | |
download | cpython-8adc73c2c1a5e3e3c9289dd61ab553b718211b23.zip cpython-8adc73c2c1a5e3e3c9289dd61ab553b718211b23.tar.gz cpython-8adc73c2c1a5e3e3c9289dd61ab553b718211b23.tar.bz2 |
Travis: use ccache (#3307)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f6e9057..65033fb 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: |