From b22716c674a7ecf6a73f0bea9416d3096269fa34 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 3 Jan 2020 04:19:48 +0300 Subject: Travis: forgot to build Boost.Regex --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80d0938..7987056 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ env: - configuration=Release platform=x64 before_script: - - ./cmake/ci/boost/build_travis.py -- link=static --with-filesystem --with-program_options --with-test + - ./cmake/ci/boost/build_travis.py -- link=static --with-filesystem --with-program_options --with-regex --with-test script: - |- -- cgit v1.2.3