From c6c226026d716873a88e29fde7e732fa5443efb7 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 23 Feb 2019 08:40:21 -0800 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58fd835d41..e227de6e95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"