ruby-changes:53247
From: shyouhei <ko1@a...>
Date: Wed, 31 Oct 2018 09:53:49 +0900 (JST)
Subject: [ruby-changes:53247] shyouhei:r65462 (trunk): .travis.yml: mandate -ansi check
shyouhei 2018-10-31 09:53:43 +0900 (Wed, 31 Oct 2018) New Revision: 65462 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65462 Log: .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. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65461) +++ .travis.yml (revision 65462) @@ -158,6 +158,8 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L158 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: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L172 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=}" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/