[TRAVIS] Tell travis to keep the ccache cache.

This commit is contained in:
Matthieu Gautier 2017-02-13 11:21:05 +01:00
parent 5b60295fb9
commit 04b9973515
1 changed files with 1 additions and 0 deletions

View File

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