mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.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
This commit is contained in:
parent
b891d95e85
commit
9bc48f1d05
1 changed files with 2 additions and 3 deletions
|
@ -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=}"
|
||||
|
|
Loading…
Reference in a new issue