From aa81e2cc0eab600c7839dc40689c4a31e146dd19 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 30 Sep 2019 18:03:12 +0000 Subject: Enable UBSan for Travis fuzzer job --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e93f6ca0dc..3467103d10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,7 +125,7 @@ jobs: FILE_ENV="./ci/test/00_setup_env_amd64_asan.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address]' + name: 'x86_64 Linux [GOAL: install] [bionic] [no depends, only system libs, sanitizers: fuzzer,address,undefined]' env: >- FILE_ENV="./ci/test/00_setup_env_amd64_fuzz.sh" -- cgit v1.2.3