summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-02-26 12:39:16 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-03-02 14:53:05 +0900
commit01fc48c26fb335c6c782caf08e2b139a6d151336 (patch)
tree8885e53ef3fe089748795a7fe7d9d9fac43e9052 /.travis.yml
parent9086f6bfc885e45384feea2966f93a1ba61fb579 (diff)
.travis.yml: mandate UBSAN
It seems UBSAN is quite stable now.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2927
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
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}" ] ||