Update .travis.yml

This commit is contained in:
Chris Esposito 2021-10-28 16:03:56 +11:00 committed by GitHub
parent 61e64eb37f
commit 1a0dda344f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ before_install:
# OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew remove --force $(brew list --formula)
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo add-apt-repository ppa:beineri/opt-qt-5.12.9-xenial -y