From 76e5786a84b30c7ecaa85fbaf93fc13220317271 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 29 Feb 2020 20:38:12 +0300 Subject: Travis: switch to Boost 1.66 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e4b0bed..fe24ade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,14 @@ addons: env: global: - travis_boost_version=1.71.0 + travis_boost_version=1.66.0 jobs: - configuration=Debug platform=x86 - configuration=Release platform=x86 - configuration=Debug platform=x64 - configuration=Release platform=x64 +# Bionic repositories have Boost 1.65, but 1.66 or higher is required. before_script: - >- ./cmake/boost/build/ci/travis.py -- cgit v1.2.3