From 57729b2ff025d19fdd1ce59d1021ddc2a1448713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Sch=C3=A4ling?= Date: Fri, 10 Apr 2015 14:12:34 +0200 Subject: [PATCH] Fix Travis integration --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a8284bb..183b18d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,14 @@ compiler: - gcc before_install: - - sudo apt-get install p7zip-full + - sudo apt-get install -qq p7zip-full - wget -O boost_1_57_0.7z http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.7z/download - - 7z x boost_1_57_0.7z + - 7z x boost_1_57_0.7z > /dev/null - cd boost_1_57_0 - ./bootstrap.sh - cp -R ../boost/* boost - cp -R ../libs/* libs + - cd .. script: - cd boost_1_57_0/libs/process/test && ../../../b2