aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-10 15:58:42 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-31 17:14:41 +0900
commitf31104a7a65e21504a921da9710fe193b0e41904 (patch)
tree133c492339710b892f390bb67a282df315a78035
parent5d9016c865c0f5eafbc4e2fe24438447c8896e4a (diff)
downloadlibquotient-f31104a7a65e21504a921da9710fe193b0e41904.tar.gz
libquotient-f31104a7a65e21504a921da9710fe193b0e41904.zip
.travis.yml: switch to xenial and Qt 5.9
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6880844b..d859c69c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: cpp
+dist: xenial
git:
depth: false
@@ -14,19 +15,18 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- - sourceline: 'ppa:beineri/opt-qt571-trusty'
+ - sourceline: 'ppa:beineri/opt-qt597-xenial'
packages:
- ninja-build
- - g++-5
- - qt57base
- - qt57multimedia
+ - libgl1-mesa-dev # Forgotten Qt dep
+ - qt59base
+ - qt59multimedia
- valgrind
matrix:
include:
- os: linux
compiler: gcc
- env: [ 'ENV_EVAL="CC=gcc-5 && CXX=g++-5"' ]
- os: linux
compiler: clang
- os: osx
@@ -40,7 +40,7 @@ matrix:
before_install:
- eval "${ENV_EVAL}"
-- if [ "$TRAVIS_OS_NAME" = "linux" ]; then USE_NINJA="-GNinja"; VALGRIND="valgrind $VALGRIND_OPTIONS"; . /opt/qt57/bin/qt57-env.sh; fi
+- if [ "$TRAVIS_OS_NAME" = "linux" ]; then USE_NINJA="-GNinja"; VALGRIND="valgrind $VALGRIND_OPTIONS"; . /opt/qt59/bin/qt59-env.sh; fi
install:
- pushd 3rdparty/libQtOlm