Travis CI: Update Linux and macOS build environments

- Update linux build environment from Ubuntu 16.04 Xenial to Ubuntu 18.04 Bionic
 - Update macOS build environment from macOS 10.13 with Xcode 9.4 to macOS 10.14 with Xcode 11.2
This commit is contained in:
Ewout ter Hoeven 2019-10-14 11:13:00 +02:00 committed by GitHub
parent e54663f722
commit 0bbead89c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ matrix:
- os: windows
if: tag IS present
- os: osx
osx_image: xcode11.2
if: tag IS present
- os: linux
dist: xenial
dist: bionic
install:
- if [[ $TRAVIS_OS_NAME != osx ]]; then set -e; fi