forked from boostorg/beast
Fix Travis CI bug
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -104,19 +104,19 @@ matrix:
|
|||||||
- libc++-dev
|
- libc++-dev
|
||||||
- libc++abi-dev
|
- libc++abi-dev
|
||||||
|
|
||||||
# GCC 5.0, Valgrind
|
# GCC Valgrind
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: bionic
|
dist: focal
|
||||||
compiler: g++-5
|
compiler: g++
|
||||||
env:
|
env:
|
||||||
- VARIANT=beast_valgrind
|
- VARIANT=beast_valgrind
|
||||||
- TOOLSET=gcc
|
- TOOLSET=gcc
|
||||||
- COMPILER=g++-5
|
- COMPILER=g++
|
||||||
- CXXSTD=11
|
- CXXSTD=11
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
- g++-7
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- valgrind
|
- valgrind
|
||||||
- *base_packages
|
- *base_packages
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Version 301:
|
Version 301:
|
||||||
|
|
||||||
|
* Fix Travis CI bug.
|
||||||
* Fix erroneous error when HTTP `body_limit` is `none`.
|
* Fix erroneous error when HTTP `body_limit` is `none`.
|
||||||
* Fix unreachable code warning with MSVC.
|
* Fix unreachable code warning with MSVC.
|
||||||
* Fix logic error in advance_server_flex.
|
* Fix logic error in advance_server_flex.
|
||||||
|
Reference in New Issue
Block a user