commit | 9721e51daf59e9a2f56dbf7c2428ea79c0b13be0 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Tue Sep 05 19:14:03 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 05 19:14:03 2017 +0200 |
tree | 470f05a92d2e49cd9ab5d156029466dc719e83ea | |
parent | c9d668c0d8a6f3e8e72345e53d1dd34be172f16e [diff] |
[2.7] Travis: use ccache (GH-3307) (#3333) (cherry picked from commit 8adc73c)
diff --git a/.travis.yml b/.travis.yml index d73cb9e..571dd04 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -3,8 +3,10 @@ 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: