From f0307abf50397da79671ce79707eb4ce1f78acd0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 19 May 2019 13:35:07 -0700 Subject: Travis: move storage to a cheaper service It's surprising how much money this ended up costing... Signed-off-by: Dirk Hohndel --- scripts/ios/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ios') diff --git a/scripts/ios/before_install.sh b/scripts/ios/before_install.sh index faf2e89c0..44f3dabe3 100644 --- a/scripts/ios/before_install.sh +++ b/scripts/ios/before_install.sh @@ -31,7 +31,7 @@ pushd ${TRAVIS_BUILD_DIR}/.. echo "Get custom Qt build and unpack it" curl --output ./Qt-5.11.1-ios.tar.xz \ - https://storage.googleapis.com/travis-cache/Qt-5.11.1-ios.tar.xz + https://f002.backblazeb2.com/file/Subsurface-Travis/Qt-5.11.1-ios.tar.xz md5 ./Qt-5.11.1-ios.tar.xz mkdir -p Qt/5.11.1 -- cgit v1.2.3-70-g09d2