travis: Reduce number of packages installed via apt

Use `--no-install-recommends` to only install needed packages.
This commit is contained in:
Priit Laes
2018-10-08 10:39:35 +02:00
committed by wmayer
parent 876c65157d
commit ee3456fd88
+2 -1
View File
@@ -83,7 +83,8 @@ before_install:
"linux")
sudo apt-get update -qq
sudo apt-get install -y doxygen \
sudo apt-get install -y --no-install-recommends \
doxygen \
libboost1.55-dev \
libboost-filesystem1.55-dev \
libboost-program-options1.55-dev \