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 e136feb commit 726b786Copy full SHA for 726b786
.travis.yml
@@ -6,7 +6,7 @@ env:
6
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH
7
install:
8
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
9
- sudo apt-add-repository -y ppa:beineri/opt-qt561;
+ sudo apt-add-repository -y ppa:beineri/opt-qt562;
10
sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test;
11
sudo apt-get update -qq;
12
sudo apt-get install -y qt56base valgrind g++-5;
0 commit comments