Merge pull request #8 from EwoutH/patch-1

Travis CI: Update Linux and macOS build environments
This commit is contained in:
Kagami Hiiragi 2019-10-14 20:28:13 +03:00 committed by GitHub
commit be493f43b6
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