From 9735d4e61f429a4dd39bf3133fcaf6cba10f4fb0 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Mon, 3 Jul 2017 23:14:34 +0300 Subject: [PATCH] Do not cache android-ndk (buildozer) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 198d8392..01642961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ before_cache: ( if [ ! -f $HOME/.cache/android.tgz ]; then tar --remove-files -C $HOME -zcf $HOME/.cache/android.tgz .android - .buildozer/android/platform/android-ndk-r9c/{build,platforms/android-19,platforms/android-9,prebuild,sources,toolchains/arm-*,ndk-*,GNUmakefile} .buildozer/android/platform/android-sdk-20 .buildozer/android/platform/apache-ant-1.9.4; fi; rm -rf $HOME/.buildozer ) & wait