From 7d121fd074ed4c12f371a2b1e27e9e796c09aa70 Mon Sep 17 00:00:00 2001 From: Umang Mehta Date: Wed, 29 Nov 2017 12:35:56 -0500 Subject: [PATCH] Fixup for compiling boost --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc59a36..5617f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_script: - sudo ./b2 -j $(nproc) cxxflags=-fPIC threading=multi runtime-link=shared \ --with-log --with-serialization --with-system --with-date_time \ --with-filesystem --with-regex --with-timer --with-chrono --with-thread \ - --with-program_options install 2> /dev/null + --with-program_options install > /dev/null - wget https://download.affectiva.com/linux/gcc-5.4/affdex-cpp-sdk-4.0-75-ubuntu-xenial-xerus-x86_64bit.tar.gz -O /tmp/affdex-sdk.tar.gz - mkdir /tmp/affdex-sdk - tar -xzf /tmp/affdex-sdk.tar.gz -C /tmp/affdex-sdk