diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-03 23:20:31 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-03 23:20:31 +0900 |
commit | 844eddfffb8e1ee5d213371299dee0d15614bef8 (patch) | |
tree | 1bea0b5a2043a396b101b0ba6f90d6652afc50f8 | |
parent | 90868cac42ab8ad69cb3f3a29949e0815cc5a7ce (diff) | |
download | libquotient-844eddfffb8e1ee5d213371299dee0d15614bef8.tar.gz libquotient-844eddfffb8e1ee5d213371299dee0d15614bef8.zip |
.travis.yml: Use newer Qt
Because GTAD needs it.
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 531eec3e..0b2967cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,10 @@ addons: apt: sources: - ubuntu-toolchain-r-test - - sourceline: 'ppa:beineri/opt-qt563-trusty' + - sourceline: 'ppa:beineri/opt-qt571-trusty' packages: - g++-5 - - qt56base + - qt57base - valgrind matrix: @@ -22,7 +22,7 @@ matrix: before_install: - eval "${ENV_EVAL}" -- if [ "$TRAVIS_OS_NAME" = "linux" ]; then VALGRIND="valgrind $VALGRIND_OPTIONS"; . /opt/qt56/bin/qt56-env.sh; fi +- if [ "$TRAVIS_OS_NAME" = "linux" ]; then VALGRIND="valgrind $VALGRIND_OPTIONS"; . /opt/qt57/bin/qt57-env.sh; fi install: - git clone https://github.com/QMatrixClient/matrix-doc.git |