1
0
Fork 0
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:
Takashi Kokubun 2019-07-29 20:57:57 +09:00
parent f6a6b21f09
commit a5ea55feb4
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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