Skip to content

Commit

Permalink
Fix Travis CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
madmongo1 committed Aug 28, 2020
1 parent 9e68227 commit 2036931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,19 @@ matrix:
- libc++-dev
- libc++abi-dev

# GCC 5.0, Valgrind
# GCC Valgrind
- os: linux
dist: bionic
compiler: g++-5
dist: focal
compiler: g++
env:
- VARIANT=beast_valgrind
- TOOLSET=gcc
- COMPILER=g++-5
- COMPILER=g++
- CXXSTD=11
addons:
apt:
packages:
- g++-5
- g++-7
- libssl-dev
- valgrind
- *base_packages
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 301:

* Fix Travis CI bug.
* Fix erroneous error when HTTP `body_limit` is `none`.
* Fix unreachable code warning with MSVC.
* Fix logic error in advance_server_flex.
Expand Down

0 comments on commit 2036931

Please sign in to comment.