aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c8d8ceb..0d2f5449 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: cpp
-dist: xenial
+dist: bionic
git:
depth: false
@@ -14,8 +14,7 @@ cache:
addons:
apt:
sources:
- - ubuntu-toolchain-r-test
- - sourceline: 'ppa:beineri/opt-qt597-xenial'
+ - sourceline: 'ppa:beineri/opt-qt597-bionic'
packages:
- ninja-build
- libgl1-mesa-dev # Forgotten Qt dep
@@ -42,7 +41,7 @@ before_install:
- eval "${ENV_EVAL}"
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then USE_NINJA="-GNinja"; . /opt/qt59/bin/qt59-env.sh; fi
# Switching off temporarily due to broken Valgrind being installed in xenial container.
-#- if [ "$TRAVIS_OS_NAME" = "linux" ]; then VALGRIND="valgrind $VALGRIND_OPTIONS"; fi
+- if [ "$TRAVIS_OS_NAME" = "linux" ]; then VALGRIND="valgrind $VALGRIND_OPTIONS"; fi
install:
- pushd 3rdparty/libQtOlm