Fix Travis Boost caching

This commit is contained in:
Oliver Hamlet
2017-06-16 19:02:11 +01:00
parent c78314c313
commit caf6f72aa6
+1 -1
View File
@@ -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