diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-12 16:58:31 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-12 16:58:31 +0900 |
commit | e30b69013e269464495fcda0f0d4065ff10e1c00 (patch) | |
tree | 559d8a58537f33af5c34fa22c323d8d550083bbb | |
parent | dd6731a2afc5b37badd52aadaa0b3e663719d3ea (diff) | |
download | libquotient-e30b69013e269464495fcda0f0d4065ff10e1c00.tar.gz libquotient-e30b69013e269464495fcda0f0d4065ff10e1c00.zip |
Ok, bionic has its own Qt5
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 0d2f5449..5149f6f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,8 @@ cache: addons: apt: - sources: - - sourceline: 'ppa:beineri/opt-qt597-bionic' packages: - ninja-build - - libgl1-mesa-dev # Forgotten Qt dep - qt59base - qt59multimedia - valgrind @@ -39,8 +36,7 @@ matrix: 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 USE_NINJA="-GNinja"; fi - if [ "$TRAVIS_OS_NAME" = "linux" ]; then VALGRIND="valgrind $VALGRIND_OPTIONS"; fi install: |