From e7e414c46d35a21adc37aeffe294a0593f40293c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 12 Aug 2015 19:26:26 +0100 Subject: [PATCH] travis: we need boost 1.55 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4fc14d5..0d09518e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,6 @@ addons: - libstdc++-4.8-dev - g++-4.8 - libncursesw5-dev - - libboost-regex-dev + - libboost-regex1.55-dev script: cd src && make && make test