From 01fc48c26fb335c6c782caf08e2b139a6d151336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 26 Feb 2020 12:39:16 +0900 Subject: .travis.yml: mandate UBSAN It seems UBSAN is quite stable now. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b734442860..55b087baec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -457,7 +457,6 @@ matrix: allow_failures: - name: -fsanitize=address - name: -fsanitize=memory - - name: -fsanitize=undefined fast_finish: true before_script: @@ -512,7 +511,7 @@ before_script: - mv ../config_2nd ~ - chmod u-w .. - $SETARCH make -s $JOBS - - $SETARCH make -s install + - make -s install - ccache --show-stats - |- [ -z "${GEMS_FOR_TEST}" ] || -- cgit v1.2.3