]> granicus.if.org Git - libexpat/commitdiff
Travis CI: Bump macOS image for LeakSanitizer leaksan
authorSebastian Pipping <sebastian@pipping.org>
Sat, 3 Aug 2019 20:48:55 +0000 (22:48 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 3 Aug 2019 20:48:55 +0000 (22:48 +0200)
With default image "xcode9.4" we'd get:
==89222==AddressSanitizer: detect_leaks is not supported on this platform.

.travis.yml

index 01dd26e7ffe9b4531eb8237883a84802460bfae5..3d4392344639518a8212fcfc424be2f0f76398f5 100644 (file)
@@ -6,6 +6,7 @@ os:
   - linux
   - osx
 dist: trusty
+osx_image: xcode11
 
 git:
   depth: 50