From 9bc48f1d055dbbd39aff85f09629bde5185190a3 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 31 Oct 2018 00:53:43 +0000 Subject: .travis.yml: mandate -ansi check Seems it is failing to compile right now; make it mandatory so that other devs can be aware of it. Will revert this change once the source code gets stable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c9ad532226..9f3d13cad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,6 +158,8 @@ matrix: CONFIG_FLAG_ARRAY=( warnflags="${warnflags_array[*]}" LDFLAGS=-Wno-unused-command-line-argument) + script: + - "$SETARCH make -s test TESTOPTS=--color=never" - os: linux language: ruby rvm: 2.3.8 @@ -170,9 +172,6 @@ matrix: before_script: chmod -R u+w spec/ruby # -j randomly hangs. Using -fs to make sure we can know problematic spec on failure. script: ruby -C spec/ruby ../mspec/bin/mspec -fs . - allow_failures: - - name: pedanticism - fast_finish: true before_script: - "echo JOBS=$JOBS SETARCH=${SETARCH=}" -- cgit v1.2.3