diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 04:19:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 04:19:48 +0300 |
commit | b22716c674a7ecf6a73f0bea9416d3096269fa34 (patch) | |
tree | 4802cae932f66558891a04324dce1bc013f3890b /.travis.yml | |
parent | CI: run the benchmarks (diff) | |
download | math-server-b22716c674a7ecf6a73f0bea9416d3096269fa34.tar.gz math-server-b22716c674a7ecf6a73f0bea9416d3096269fa34.zip |
Travis: forgot to build Boost.Regex
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: - |- |