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
parent
3d98320b1e
commit
d481922a50
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue