add xcode10.2 and xcode11 to travis matrix
This commit is contained in:
parent
412e9a69d0
commit
341104fb62
1 changed files with 8 additions and 0 deletions
|
@ -54,6 +54,14 @@ matrix:
|
|||
osx_image: xcode10.1
|
||||
env: CONAN_APPLE_CLANG_VERSIONS=10.0
|
||||
|
||||
- <<: *osx
|
||||
osx_image: xcode10.2
|
||||
env: CONAN_APPLE_CLANG_VERSIONS=10.0
|
||||
|
||||
- <<: *osx
|
||||
osx_image: xcode11
|
||||
env: CONAN_APPLE_CLANG_VERSIONS=11.0
|
||||
|
||||
install:
|
||||
- chmod +x .ci/install.sh
|
||||
- ./.ci/install.sh
|
||||
|
|
Loading…
Reference in a new issue