From b311888a12236747f1e6e9f1f011178225d8405f Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 4 Sep 2020 00:57:00 +0100 Subject: [PATCH] Remove ccache in Travis file This matches the portable branch --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d09e848d..a2dd8bfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,6 @@ dist: bionic # Enable C++ language support language: cpp -# Cache compiled object files with ccache -cache: ccache - compiler: - gcc