From d481922a507be2a6352f2b2f3c5c64ebf887d421 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 12 Dec 2018 09:34:09 -0500 Subject: [PATCH] Re-enable UBsan tests on Travis The Xenial image and the Xcode 10.1 toolchain are mature enough to enable the sanitizer. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1bb5703..2f5ff6e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ os: dist: xenial sudo: required -# OS X only supports one image. Use the latest. osx_image: xcode10.1 git: @@ -40,14 +39,6 @@ matrix: # Skip GCC on OS X entirely - os: osx compiler: gcc - # Skip UBsan due to GCC 4.8 - - os: linux - compiler: gcc - env: BUILD_MODE="ubsan" - # Skip UBsan due to Clang 3.4 - - os: osx - compiler: clang - env: BUILD_MODE="ubsan" include: - os: linux