From 9d9a7ea91ec0cd7806af273bec97988d8fba3026 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 29 Feb 2020 21:15:37 +0300 Subject: Travis: switch to Boost 1.67 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe24ade..566c9ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: env: global: - travis_boost_version=1.66.0 + travis_boost_version=1.67.0 jobs: - configuration=Debug platform=x86 - configuration=Release platform=x86 @@ -22,6 +22,8 @@ env: - configuration=Release platform=x64 # Bionic repositories have Boost 1.65, but 1.66 or higher is required. +# Tests fail to compile w/ Boost 1.66 also: +# https://lists.boost.org/boost-bugs/2018/01/49711.php before_script: - >- ./cmake/boost/build/ci/travis.py -- cgit v1.2.3