From 9a9a6ffd56d4f146fe3cc6bce5d7fea5722b9bcb Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 11 Feb 2016 19:54:52 +0100 Subject: [PATCH] Install boost program_options on travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe851e2f..467ff8c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: - tar -xf boost.tar.bz2 - cd boost_1_56_0 # TODO We should use clang as toolchain for building boost when clang is used for building our code -- ./bootstrap.sh --with-libraries=filesystem,thread,chrono +- ./bootstrap.sh --with-libraries=filesystem,thread,chrono,program_options - sudo ./b2 -d0 install - cd .. - sudo rm -rf boost.tar.bz2 boost_1_56_0