Skip to content

Commit 726b786

Browse files
Update .travis.yml to refer to Qt 5.6.2
Signed-off-by: Thiago Macieira <[email protected]>
1 parent e136feb commit 726b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH
77
install:
88
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
9-
sudo apt-add-repository -y ppa:beineri/opt-qt561;
9+
sudo apt-add-repository -y ppa:beineri/opt-qt562;
1010
sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test;
1111
sudo apt-get update -qq;
1212
sudo apt-get install -y qt56base valgrind g++-5;

0 commit comments

Comments
 (0)