From 523a9896acf654349e4fb12dc6341004462bf2ee Mon Sep 17 00:00:00 2001 From: neargye Date: Thu, 1 Aug 2019 00:49:05 +0500 Subject: [PATCH] move xcode image up --- .travis.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index b746f19..3d539b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,26 @@ osx: &osx matrix: 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 env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7 @@ -42,26 +62,6 @@ matrix: - <<: *linux 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: - chmod +x .ci/install.sh - ./.ci/install.sh