From e5b7c2f43393e58efb1c2442e0becfe29c33708a Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 25 May 2017 13:17:45 +0200 Subject: [PATCH] Try Qt 5.7.1 to see whether it also segfaults on Travis CI --- tests/tests-environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests-environment.sh b/tests/tests-environment.sh index 68022dd..d21e0cf 100755 --- a/tests/tests-environment.sh +++ b/tests/tests-environment.sh @@ -2,7 +2,7 @@ set -e -sudo add-apt-repository --yes ppa:beineri/opt-qt58-trusty +sudo add-apt-repository --yes ppa:beineri/opt-qt571-trusty sudo apt-get update -qq git clone -o 44b7f95 https://github.com/NixOS/patchelf.git @@ -21,4 +21,4 @@ chmod +x appimagetool*AppImage sudo cp squashfs-root/usr/bin/* /usr/local/bin cd - -sudo apt-get -y install qt58base qt58declarative qt58webengine binutils xpra +sudo apt-get -y install qt57base qt57declarative qt57webengine binutils xpra