Update .travis.yml

This commit is contained in:
Chris Esposito 2021-10-28 11:52:44 +11:00 committed by GitHub
parent 564bb60f41
commit 12b4700649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -31,11 +31,7 @@ matrix:
before_install:
- eval "${MATRIX_EVAL}"
- |
# OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo add-apt-repository ppa:beineri/opt-qt-5.12.9-xenial -y
sudo apt-get update -qq
fi