Update .travis.yml

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

View File

@ -43,11 +43,7 @@ before_install:
install:
- |
# OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew link qt5 --force
# Linux
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get -y install qt512base
source /opt/qt*/bin/qt*-env.sh
fi