1
0
Fork 0
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:
Nobuyoshi Nakada 2019-08-10 19:49:21 +09:00
parent a6c5ce7a9b
commit 00e7ef7e8d
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

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