ignores sudo apt-get update errors

This commit is contained in:
Chris Esposito 2021-04-19 11:14:33 +10:00
parent 555c3eaffd
commit d1d6156569
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ before_install:
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo add-apt-repository ppa:beineri/opt-qt593-trusty -y
sudo apt-get update -qq
sudo apt-get update -qq || true
fi
install: