Update .travis.yml

This commit is contained in:
Chris Esposito 2021-10-28 15:08:47 +11:00 committed by GitHub
parent aa43bbdc36
commit 52da752fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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