From 65d0f92cfef18970e547ccc7b4e850047060fbd8 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 5 Dec 2015 15:14:37 +0100 Subject: [PATCH] Fixed Travis CI conf --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ffbcc2a40..8853e4bd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,5 @@ addons: sources: - boost-latest packages: - - libboost-thread1.55-dev libboost-system1.55-dev + - libboost-thread1.55-dev + - libboost-system1.55-dev