Add package for Travis config

This commit is contained in:
Vinnie Falco
2019-08-15 07:15:52 -07:00
parent 6d614cf9a8
commit 0c7fbc74f0
2 changed files with 10 additions and 1 deletions

View File

@ -27,6 +27,7 @@ matrix:
include:
# GCC 6.0, Debug + Coverage
- os: linux
dist: trusty
compiler: g++-6
env:
- VARIANT=beast_coverage
@ -47,6 +48,7 @@ matrix:
# Default clang++ with libc++
- os: linux
dist: trusty
compiler: clang++-libc++
env:
- VARIANT=debug
@ -58,6 +60,7 @@ matrix:
apt:
packages:
- libc++-dev
- libc++abi-dev
# Default g++
- os: linux
@ -86,6 +89,7 @@ matrix:
# GCC 5.0, Valgrind
- os: linux
dist: trusty
compiler: g++-5
env:
- VARIANT=beast_valgrind

View File

@ -1,10 +1,15 @@
Version 267:
* Add package for Travis config
--------------------------------------------------------------------------------
Version 266:
* Fix some missing deduced return types in the docs
--------------------------------------------------------------------------------
Version 265:
* Fix outgoing websocket message compression