mirror of
https://github.com/znc/znc.git
synced 2026-05-14 21:35:47 +02:00
Travis: remove xcode8.3, add xcode11.2
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user