From e61c82175e7b9289f751755dacc92d2c29fb6ffe Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 16 Apr 2018 20:46:13 +0200 Subject: Run Travis ASan tests with "sudo: required" See https://github.com/travis-ci/travis-ci/issues/9033 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index da481433..469f9c50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: env: CFLAGS="-O2 -std=c89 -D_XOPEN_SOURCE=700 -Werror -Wno-error=unused-function" # clang with AddressSanitizer and UndefinedBehaviorSanitizer. - compiler: clang + sudo: required dist: trusty env: CONFIG="--without-python" CFLAGS="-O2 -g -fno-omit-frame-pointer -fsanitize=address,undefined -fno-sanitize=float-divide-by-zero,pointer-overflow -fno-sanitize-recover=all -Werror -Wno-error=unused-function -Wno-error=cast-align" -- cgit v1.2.1