Browse Source

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 e5b7c2f433.
master
probonopd 8 years ago
parent
commit
c79654e7e8
  1. 4
      tests/tests-environment.sh

4
tests/tests-environment.sh

@ -2,7 +2,7 @@
set -e 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 sudo apt-get update -qq
git clone -o 44b7f95 https://github.com/NixOS/patchelf.git 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 sudo cp squashfs-root/usr/bin/* /usr/local/bin
cd - cd -
sudo apt-get -y install qt57base qt57declarative qt57webengine binutils xpra sudo apt-get -y install qt58base qt58declarative qt58webengine binutils xpra

Loading…
Cancel
Save