mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress flags messages [ci skip]
This commit is contained in:
parent
a6c5ce7a9b
commit
00e7ef7e8d
1 changed files with 2 additions and 2 deletions
|
@ -497,10 +497,10 @@ before_script:
|
|||
- echo "raise 'do not load ~/.irbrc in test'" > ~/.irbrc
|
||||
|
||||
script:
|
||||
- $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"
|
||||
- $SETARCH make -s test -o showflags TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"
|
||||
- $SETARCH make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" RUBYOPT="-w"
|
||||
- $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
|
||||
- $SETARCH make -s leaked-globals
|
||||
- $SETARCH make -s -o showflags leaked-globals
|
||||
|
||||
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
|
||||
branches:
|
||||
|
|
Loading…
Add table
Reference in a new issue