mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Actually remove travis_wait
I forgot to amend again... Details are explained in
f6a6b21f09
This commit is contained in:
parent
f6a6b21f09
commit
a5ea55feb4
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"
|
||||
- travis_wait 50 $SETARCH make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" RUBYOPT="-w"
|
||||
- $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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue