We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a930cb8 commit 09da589Copy full SHA for 09da589
.travis.yml
@@ -41,7 +41,7 @@ before_install:
41
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install build-essential libgl1-mesa-dev ; fi
42
- if [[ "$QT" == "512" ]]; then sudo add-apt-repository ppa:beineri/opt-qt-5.12.1-xenial -y; fi
43
- if [[ "$QT" == "512" ]]; then sudo apt-get update -qq; fi
44
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -yqq install qt512base; source /opt/qt511/bin/qt512-env.sh; fi
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -yqq install qt512base; source /opt/qt512/bin/qt512-env.sh; fi
45
46
script:
47
- mkdir build
0 commit comments