From 47f269782ea044860d5348ecd343fc27c71713d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 26 May 2016 00:23:30 +0200 Subject: [PATCH] Reduced the number of boost dependencies with Travis. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67a336a..3c39f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,10 @@ matrix: - boost-latest packages: - g++-5 - - libboost1.55-all-dev + - libboost-program-options1.55-dev + - libboost-iostreams1.55-dev + - libboost-system1.55-dev + - libboost-filesystem1.55-dev env: COMPILER=g++-5 script: - git submodule init