From c2f9f57ef4553b34047154dd5b0c10e481ace6dc Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Wed, 31 May 2017 16:35:40 +0200 Subject: [PATCH] Travis: group apt packages --- .travis.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 498e0dde5..2df6de5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,18 +62,12 @@ addons: - sourceline: 'ppa:adrozdoff/cmake' packages: # packages list: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise - - autoconf - - automake - - cmake - - colormake + - [autoconf, automake, colormake] + - [cmake, ninja-build] - libssl-dev - - libboost-dev - - libboost-system-dev + - [libboost-dev, libboost-system-dev] - libtorrent-rasterbar-dev - # Qt 5.5.1 - - qt55base - - qt55tools - - ninja-build + - [qt55base, qt55tools] - [gcc-6, g++-6] before_install: