Re-enable UBsan tests on Travis

The Xenial image and the Xcode 10.1 toolchain are mature enough to enable the sanitizer.
pull/765/head
Jeffrey Walton 2018-12-12 09:34:09 -05:00
parent 3d98320b1e
commit d481922a50
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 9 deletions

View File

@ -7,7 +7,6 @@ os:
dist: xenial dist: xenial
sudo: required sudo: required
# OS X only supports one image. Use the latest.
osx_image: xcode10.1 osx_image: xcode10.1
git: git:
@ -40,14 +39,6 @@ matrix:
# Skip GCC on OS X entirely # Skip GCC on OS X entirely
- os: osx - os: osx
compiler: gcc 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: include:
- os: linux - os: linux