[2.7] Travis: use ccache (GH-3307) (#3333)
(cherry picked from commit 8adc73c
)
This commit is contained in:
parent
c9d668c0d8
commit
9721e51daf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue