diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-05-19 13:35:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-05-19 14:14:37 -0700 |
commit | f0307abf50397da79671ce79707eb4ce1f78acd0 (patch) | |
tree | bfb8850ed3309d96a429a5053dae88f87f698e44 /scripts/ios | |
parent | 887169b72cbafa1dd2ba30f9d85a627cbadd7beb (diff) | |
download | subsurface-f0307abf50397da79671ce79707eb4ce1f78acd0.tar.gz |
Travis: move storage to a cheaper service
It's surprising how much money this ended up costing...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/ios')
-rw-r--r-- | scripts/ios/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |