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>
This commit is contained in:
Dirk Hohndel 2019-05-19 13:35:07 -07:00
parent 887169b72c
commit f0307abf50
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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