Use newer OS for some Travis configs

This commit is contained in:
Vinnie Falco
2020-04-19 16:55:37 -07:00
parent 3c6600c8f4
commit ff69637ced
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,8 @@ addons:
sources: &base_sources
- ubuntu-toolchain-r-test
packages: &base_packages
- python-software-properties
#- python-software-properties
- software-properties-common
- libffi-dev
- libstdc++6
- binutils-gold
@ -70,7 +71,6 @@ matrix:
# GCC 6.0, Debug + Coverage
- os: linux
dist: trusty
compiler: g++-6
env:
- VARIANT=beast_coverage
@ -91,7 +91,6 @@ matrix:
# Default clang++ with libc++
- os: linux
dist: trusty
compiler: clang++-libc++
env:
- VARIANT=debug
@ -107,7 +106,7 @@ matrix:
# GCC 5.0, Valgrind
- os: linux
dist: trusty
dist: bionic
compiler: g++-5
env:
- VARIANT=beast_valgrind

View File

@ -111,6 +111,7 @@ function build_bjam ()
libs/beast/test/beast/zlib//fat-tests \
toolset=$TOOLSET \
variant=$VARIANT \
link=static \
-j${JOBS}
elif [[ $VARIANT == "debug" ]]; then
b2 \