From 1fe91ca2dc2fef0d200496cc8ec7265714c10ad0 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Wed, 27 Jul 2016 17:18:25 -0400 Subject: [PATCH] Specific version of boost --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a240c41..da8776f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: # Getting newest boost - sudo add-apt-repository -y ppa:boost-latest/ppa - sudo apt-get update - - sudo apt-get install libboost-all-dev + - sudo apt-get install libboost1.55-all-dev before_script: - git clone https://github.com/Itseez/opencv.git