From 49c43d5a4c40ea6d1ba2f0cbdc0f47694feb0abb Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 26 Feb 2018 17:23:58 +0100 Subject: Source the right file --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 235b1b05..ef4b8a30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,6 @@ addons: - qt57-meat-full - liblmdb-dev before_script: - - QTDIR="/opt/qt55" - - PATH="$QTDIR/bin:$PATH" - - find /opt -name 'qt*-env.sh' -print0 | xargs -0 source + - source /opt/qt57/bin/qt57-env.sh - ./.travis/install-kasync.sh - ./.travis/install-flatbuffers.sh -- cgit v1.2.3