move xcode image up
This commit is contained in:
parent
cb08b67e9d
commit
523a9896ac
1 changed files with 20 additions and 20 deletions
40
.travis.yml
40
.travis.yml
|
@ -21,6 +21,26 @@ osx: &osx
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- <<: *osx
|
||||||
|
osx_image: xcode9.2
|
||||||
|
env: CONAN_APPLE_CLANG_VERSIONS=9.0
|
||||||
|
|
||||||
|
- <<: *osx
|
||||||
|
osx_image: xcode9.4
|
||||||
|
env: CONAN_APPLE_CLANG_VERSIONS=9.1
|
||||||
|
|
||||||
|
- <<: *osx
|
||||||
|
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
|
||||||
|
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7
|
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7
|
||||||
|
|
||||||
|
@ -42,26 +62,6 @@ matrix:
|
||||||
- <<: *linux
|
- <<: *linux
|
||||||
env: CONAN_CLANG_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/clang8
|
env: CONAN_CLANG_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/clang8
|
||||||
|
|
||||||
- <<: *osx
|
|
||||||
osx_image: xcode9.2
|
|
||||||
env: CONAN_APPLE_CLANG_VERSIONS=9.0
|
|
||||||
|
|
||||||
- <<: *osx
|
|
||||||
osx_image: xcode9.4
|
|
||||||
env: CONAN_APPLE_CLANG_VERSIONS=9.1
|
|
||||||
|
|
||||||
- <<: *osx
|
|
||||||
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:
|
install:
|
||||||
- chmod +x .ci/install.sh
|
- chmod +x .ci/install.sh
|
||||||
- ./.ci/install.sh
|
- ./.ci/install.sh
|
||||||
|
|
Loading…
Reference in a new issue