[TRAVIS] Tell travis to keep the ccache cache.
This commit is contained in:
parent
5b60295fb9
commit
04b9973515
|
@ -4,6 +4,7 @@ sudo: required
|
|||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_eba2f7543984_key -iv $encrypted_eba2f7543984_iv
|
||||
-in travis/travisci_builder_id_key.enc -out travis/travisci_builder_id_key -d
|
||||
cache: ccache
|
||||
install: travis/install_extra_deps.sh
|
||||
script: travis/compile_all.sh
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue