mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Update .travis.yml
This commit is contained in:
parent
4de9600a98
commit
ca0109bbc2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ install:
|
|||
- if [ "$QT_BASE" = "56" ]; then sudo apt-get install -qq qt56base; source /opt/qt56/bin/qt56-env.sh; fi
|
||||
- if [ "$QT_BASE" = "57" ]; then
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
sudo apt-get install -qq qt57base; source /opt/qt57/bin/qt57-env.sh;
|
||||
sudo apt-get install -qq qt57base libqt5opengl5-dev; source /opt/qt57/bin/qt57-env.sh;
|
||||
else
|
||||
brew install qt5;
|
||||
brew link --force qt5;
|
||||
|
|
Loading…
Reference in a new issue