[3.6] Travis: use ccache (GH-3307) (#3332)
(cherry picked from commit 8adc73c
)
This commit is contained in:
parent
7316c6d4a5
commit
8704d5439c
|
@ -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…
Reference in New Issue