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
sudo: false
language: c
os:
- linux
addons:
@ -14,5 +15,4 @@ notifications:
email:
on_success: change
on_failure: change
cache:
ccache: true
cache: ccache

Loading…
Cancel
Save