From 78f1a91957a913c88579d3a2560df7305d6eeeaa Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 3 Mar 2019 17:56:09 -0800 Subject: [PATCH] Update our ccache travis config to match https://docs.travis-ci.com/user/caching/ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a08947d..2c2aede3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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