Travis: remove xcode8.3, add xcode11.2

This commit is contained in:
Alexey Sokolov
2019-11-05 22:19:21 +00:00
parent c106d430eb
commit d9dbae2321
+4 -4
View File
@@ -33,10 +33,6 @@ matrix:
- os: linux
compiler: clang
env: BUILD_TYPE=tsan BUILD_WITH=cmake COVERAGE=no
- os: osx
osx_image: xcode8.3 # macOS 10.12
compiler: clang
env: BUILD_TYPE=normal BUILD_WITH=cmake COVERAGE=llvm
- os: osx
osx_image: xcode9.3 # macOS 10.13
compiler: clang
@@ -45,6 +41,10 @@ matrix:
osx_image: xcode9.3 # macOS 10.13
compiler: clang
env: BUILD_TYPE=normal BUILD_WITH=autoconf COVERAGE=llvm
- os: osx
osx_image: xcode11.2 # macOS 10.14
compiler: clang
env: BUILD_TYPE=normal BUILD_WITH=cmake COVERAGE=llvm
- os: linux
compiler: gcc
env: BUILD_TYPE=tarball BUILD_WITH=cmake COVERAGE=gcov