Travis: use ccache (#3307)

This commit is contained in:
Christian Heimes 2017-09-05 01:48:54 +02:00 committed by GitHub
parent 069306312a
commit 8adc73c2c1
1 changed files with 4 additions and 2 deletions

View File

@ -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: