mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Resurrect travis_wait for test-all
as we dropped -v.
This commit is contained in:
parent
63d3c4fecd
commit
b1ad628cdf
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- $SETARCH make -s test -o showflags TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"
|
||||
- $SETARCH make -s test-all -o exts TESTOPTS="${TESTOPTS} ${TEST_ALL_OPTS}" RUBYOPT="-w"
|
||||
- travis_wait 50 $SETARCH make -s test-all -o exts TESTOPTS="${TESTOPTS} ${TEST_ALL_OPTS}" RUBYOPT="-w"
|
||||
- $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
|
||||
- $SETARCH make -s -o showflags leaked-globals
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue