From 8905a2ee4910140de729bf7d1de30609b9f938cd Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 17:27:44 +0000 Subject: [PATCH] Try to get ccache working again --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9680d04b..7fb6a84c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ dist: bionic # Enable C++ language support language: cpp +# Cache compiled object files with ccache +cache: ccache + compiler: - gcc @@ -109,9 +112,7 @@ before_cache: ;; esac -# Cache compiled object files with ccache cache: -# ccache directories: - $HOME/AppData/Local/Temp/chocolatey - /C/tools/msys64