From 64bc349bac691013e5260cb4d435f8714552482a Mon Sep 17 00:00:00 2001 From: Arturo Castro Date: Thu, 16 May 2019 16:00:50 +0200 Subject: [PATCH] fix cache install in ubuntu --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1611a992afb..a66e44fa3c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,7 +149,7 @@ script: - ccache -z - ccache -s - if [ "$TARGET" = "linux64" ] || [ "$TARGET" = "linuxarmv6l" ] || [ "$TARGET" = "linuxarmv7l" ]; then - wget http://mirrors.kernel.org/ubuntu/pool/main/c/ccache/ccache_3.3.4-1_amd64.deb; + wget https://mirror.fccn.pt/repos/pub/ubuntu/pool/main/c/ccache/ccache_3.3.4-1_amd64.deb; sudo dpkg -i ccache_3.3.4-1_amd64.deb; fi - if [ "$TARGET" = "osx" ] && [ "$OPT" = "makefiles" ]; then