From fcbabaf36d3212d4af7ed7182e5a2172a2d21617 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 26 Feb 2018 17:18:36 +0100 Subject: Nope, changing repo --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0febfcad..7a4e0e9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,16 +7,17 @@ addons: - ubuntu-toolchain-r-test - ubuntu-sdk-team - sourceline: "ppa:rjvbertin/kde-git" - - sourceline: "ppa:beineri/opt-qt551-trusty" + - sourceline: "ppa:beineri/opt-qt57-trusty" packages: + - g++-6 - cmake - extra-cmake-modules - ninja-build - - qt55meta + - qt57-meat-full - liblmdb-dev before_script: - QTDIR="/opt/qt55" - PATH="$QTDIR/bin:$PATH" - - source /opt/qt55/bin/qt55-env.sh + - find /opt -name 'qt*-env.sh' -print0 | xargs -0 source - ./.travis/install-kasync.sh - ./.travis/install-flatbuffers.sh -- cgit v1.2.3