From 341104fb62cf34af3576933bcc82fea7d9cdd1ed Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Tue, 30 Jul 2019 18:27:49 +0200 Subject: [PATCH] add xcode10.2 and xcode11 to travis matrix --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae57c0a..b746f19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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