diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-29 20:38:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-02-29 20:38:12 +0300 |
commit | 76e5786a84b30c7ecaa85fbaf93fc13220317271 (patch) | |
tree | fe51def5f516788bcfc6b1fa8841bc7789aeaf6a | |
parent | update cmake-common (diff) | |
download | math-server-76e5786a84b30c7ecaa85fbaf93fc13220317271.tar.gz math-server-76e5786a84b30c7ecaa85fbaf93fc13220317271.zip |
Travis: switch to Boost 1.66
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |