Update .travis.yml

This commit is contained in:
Leonardo Zide 2017-06-21 22:13:25 -07:00 committed by GitHub
parent 4de9600a98
commit ca0109bbc2

View file

@ -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;