From 0a7c7007bce002d6d92a90ba3c20520096da0e38 Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sun, 4 Aug 2019 10:56:05 +0200 Subject: [PATCH] travis: Use latest libboost --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8358b11..c488997 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,9 @@ env: addons: apt: sources: - - boost-latest - ubuntu-toolchain-r-test packages: - - libboost1.55-all-dev - - libboost1.55-tools-dev + - libboost-all-dev - libfuse-dev - libcurl4-openssl-dev - g++-8