From caf6f72aa6c07ed7af244526ef16748fe400bfc5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 16 Jun 2017 19:02:11 +0100 Subject: [PATCH] Fix Travis Boost caching --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edfa7075..374f2db0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ addons: cache: directories: - $HOME/boost_1_64_0/boost - - $HOME/boost_1_64_0/stage/lib + - $HOME/boost_1_64_0/stage/64/lib install: - if [ "$CXX" = "g++" ]; then export CXX="g++-6" CC="gcc-6"; fi