mirror of
https://github.com/python/cpython.git
synced 2025-10-04 22:20:46 +00:00
Travis: use ccache (#3307)
This commit is contained in:
parent
069306312a
commit
8adc73c2c1
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@ dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
group: beta
|
group: beta
|
||||||
|
|
||||||
# To cache doc-building dependencies.
|
# To cache doc-building dependencies and C compiler output.
|
||||||
cache: pip
|
cache:
|
||||||
|
- pip
|
||||||
|
- ccache
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue