Update our ccache travis config to match https://docs.travis-ci.com/user/caching/

pull/596/head
Jesse Vincent 6 years ago
parent e657091476
commit 78f1a91957

@ -1,5 +1,6 @@
dist: trusty dist: trusty
sudo: false sudo: false
language: c
os: os:
- linux - linux
addons: addons:
@ -14,5 +15,4 @@ notifications:
email: email:
on_success: change on_success: change
on_failure: change on_failure: change
cache: cache: ccache
ccache: true

Loading…
Cancel
Save