Travis: Remove old clang cache workaround.

Now having spaces is causing problems saving the cache.  It properly uses
other parameters now in the cache key.
This commit is contained in:
Unknown W. Brackets 2019-02-23 08:40:21 -08:00
parent a5f21b4b2d
commit c6c226026d

View File

@ -58,7 +58,7 @@ matrix:
env: PPSSPP_BUILD_TYPE=Android
APP_ABI=x86_64
- os: linux
compiler: "clang linux"
compiler: "clang"
env: PPSSPP_BUILD_TYPE=Linux
- os: linux
compiler: "gcc"