From c79654e7e8e8fc3e3ed73d572ef7ab7dc976c400 Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 25 May 2017 13:32:10 +0200 Subject: [PATCH] Revert "Try Qt 5.7.1 to see whether it also segfaults on Travis CI" It does. Using Qt 5.7.1 makes no difference This reverts commit e5b7c2f43393e58efb1c2442e0becfe29c33708a. --- 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 d21e0cf..68022dd 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-qt571-trusty +sudo add-apt-repository --yes ppa:beineri/opt-qt58-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 qt57base qt57declarative qt57webengine binutils xpra +sudo apt-get -y install qt58base qt58declarative qt58webengine binutils xpra