From 77585cf20a07373b66b16d76f91299105d422ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Popovi=C4=87?= Date: Fri, 27 Sep 2019 18:45:19 +0200 Subject: [PATCH] Update .travis.yml (#188) Build server is obviously upgraded to Ubuntu 16.04, travis build is failing because of outdated qt591 repository. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ac7330..17ef9a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: packages: ['clang-3.7', 'g++-8'] before_install: - - sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y + - sudo add-apt-repository ppa:beineri/opt-qt591-xenial -y - sudo apt-get update -qq - sudo apt-get install qt59base qt59websockets - source /opt/qt59/bin/qt59-env.sh @@ -24,4 +24,4 @@ script: - qmake zec-qt-wallet.pro CONFIG+=release -spec linux-g++ - res/libsodium/buildlibsodium.sh - make CC=gcc-8 CXX=g++-8 -j2 - \ No newline at end of file +