Remove ccache in Travis file

This matches the portable branch
This commit is contained in:
Clownacy 2020-09-04 00:57:00 +01:00
parent 5579c57738
commit b311888a12

View file

@ -8,9 +8,6 @@ dist: bionic
# Enable C++ language support
language: cpp
# Cache compiled object files with ccache
cache: ccache
compiler:
- gcc