Merge pull request #8 from EwoutH/patch-1
Travis CI: Update Linux and macOS build environments
This commit is contained in:
commit
be493f43b6
|
@ -6,9 +6,10 @@ matrix:
|
||||||
- os: windows
|
- os: windows
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
- os: osx
|
- os: osx
|
||||||
|
osx_image: xcode11.2
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: bionic
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_OS_NAME != osx ]]; then set -e; fi
|
- if [[ $TRAVIS_OS_NAME != osx ]]; then set -e; fi
|
||||||
|
|
Loading…
Reference in New Issue