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:
parent
e54663f722
commit
0bbead89c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue