From ce2a416bda4eb93155ff0984ef9a55984785b050 Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt Date: Wed, 9 Mar 2016 16:32:33 +0100 Subject: [PATCH] try to repair travis for linux --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7cec28..9d5dfcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false addons: apt: @@ -29,7 +28,7 @@ matrix: - compiler: clang before_install: - + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libboost-dev ; fi install: before_script: