ref: b311888a12236747f1e6e9f1f011178225d8405f
parent: 5579c5773870af306fd011ad86a9a474a505d9c2
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 3 20:57:00 EDT 2020
Remove ccache in Travis file This matches the portable branch
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,6 @@
# Enable C++ language support
language: cpp
-# Cache compiled object files with ccache
-cache: ccache
-
compiler:
- gcc