aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-12-22 16:44:25 -0800
committerMarco Poletti <poletti.marco@gmail.com>2019-12-22 16:44:25 -0800
commitfabf779cdd16d47008ed1709ffcc55bb815a2ef5 (patch)
tree500fd0e45a7ed0e1517842353183e768300387a2 /extras
parent8116f5bb338b93cba9cebf643c8514d4d198c87e (diff)
downloadgoogle-fruit-fabf779cdd16d47008ed1709ffcc55bb815a2ef5.tar.gz
No longer run CI tests using XCode 10.3. 9.3 and 11.4 should be enough, and 10.3 doesn't work, it seems that the Travis CI env is affected by https://stackoverflow.com/questions/26185978/macos-wchar-h-file-not-found.
Diffstat (limited to 'extras')
-rwxr-xr-xextras/scripts/travis_yml_generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/scripts/travis_yml_generator.py b/extras/scripts/travis_yml_generator.py
index 0c113dc..f95c463 100755
--- a/extras/scripts/travis_yml_generator.py
+++ b/extras/scripts/travis_yml_generator.py
@@ -187,7 +187,6 @@ add_osx_tests(compiler='clang-9.0', xcode_version='11.4', stl='libc++', smoke_te
use_precompiled_headers_in_tests=False)
add_osx_tests(compiler='clang-default', xcode_version='9.3', stl='libc++')
-add_osx_tests(compiler='clang-default', xcode_version='10.3', stl='libc++', smoke_tests=['DebugPlain'])
add_osx_tests(compiler='clang-default', xcode_version='11.4', stl='libc++', smoke_tests=['DebugPlain'])
# ** Disabled combinations **