From 6192e581696d5493920dd08d4c142b1ba53cf5b0 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 18 Jul 2018 18:24:13 +0200 Subject: [PATCH] test with versions which differ from what xenial provides --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf0c902da..8804db132 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,9 @@ addons: packages: - libprotobuf-dev - protobuf-compiler -# - qt5-default -# - qttools5-dev -# - qttools5-dev-tools + - qt5-default + - qttools5-dev + - qttools5-dev-tools before_install: bash ./.ci/travis-dependencies.sh