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/mac | |
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/mac')
-rw-r--r-- | scripts/mac/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |