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 +- scripts/mac/before_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 diff --git a/scripts/mac/before_install.sh b/scripts/mac/before_install.sh index 8dfa04231..4bfd039ff 100644 --- a/scripts/mac/before_install.sh +++ b/scripts/mac/before_install.sh @@ -27,7 +27,7 @@ mkdir -p Qt/5.12.3 echo "Get custom Qt build and unpack it" curl --output Qt-5.12.3-mac.tar.xz \ - https://storage.googleapis.com/travis-cache/Qt-5.12.3-mac.tar.xz + https://f002.backblazeb2.com/file/Subsurface-Travis/Qt-5.12.3-mac.tar.xz tar -xJ -C Qt/5.12.3 -f Qt-5.12.3-mac.tar.xz -- cgit v1.2.3-70-g09d2