From 85845a2005917080b8df029c144f7b27d57cfaf3 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 18 Feb 2015 17:06:54 +0100 Subject: [PATCH] Fix travis CI: test cases need boost libraries installed --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f14e1e90..a0510898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ compiler: before_install: - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh && source ./update_gcc_version.sh 4.9 +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh + && source ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev before_script: - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh && source ./setup_biicode_project.sh