From ac70855ee0ab4f2e3c2c8b3525b3c9ed15050b95 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Sun, 29 Oct 2017 15:59:49 +0100 Subject: [PATCH] travis: Reduce download size prior to build This should hopefully build just like before but reduce the number of packages download when setting up the build environment. This way we should get our Travis results faster and reduce the number of falsely reported build errors, too. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b771278..70ec9ece 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_install: - sudo add-apt-repository ppa:likemartinma/devel -y - sudo add-apt-repository --yes ppa:beineri/opt-qt571-trusty - sudo apt-get update -qq - - sudo apt-get --force-yes install qt57-meta-full + - sudo apt-get --force-yes install qt57base qt57declarative qt57xmlpatterns qt57tools qt57svg qt57imageformats qt57translations qt57x11extras qt57connectivity qt57websockets qt57webchannel qt57scxml - sudo apt-get --force-yes install libsqlite3-dev libsqlcipher-dev libantlr-dev - QT_ENV_SCRIPT=$(find /opt -name 'qt*-env.sh') - source $QT_ENV_SCRIPT