From f65fefb4621462fc26c759fe9e5e4a38cafdcce5 Mon Sep 17 00:00:00 2001 From: Autechre Date: Tue, 17 Mar 2020 02:33:18 +0100 Subject: [PATCH] Revert "(Travis) Use ccache for caching compilation (#10088)" This reverts commit 7e6fc5ab4da5af387dbc05befe2e6b2026f520cc. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01dce3cad7..a6b3f2d77c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,6 @@ branches: # Use 'generic' to be able to override CC/CXX for clang language: generic -# Cache: Make use of Ccache to cache compilation -# https://docs.travis-ci.com/user/caching/ -cache: ccache - # Use a release with a longer normal LTS dist: xenial