summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-12 12:32:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-12 12:32:31 +0900
commit0eb21082146f4a95fa8645fe6ffe1e6929e61e55 (patch)
treecec6039396421650ba9beca5f8331989654bedd0 /.travis.yml
parent46c428a926b00f09b8e50dcd0366422d695e15c8 (diff)
Use the default test-spec formatter on Travis
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8210
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3626a4c1c4..c6054ae672 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -209,7 +209,7 @@ script:
if [ -n "${TEST_ALL_OPTS_SEPARATED}" ]; then
$SETARCH make -s test-all -o exts TESTOPTS="$JOBS -v --tty=no ${TEST_ALL_OPTS_SEPARATED}" RUBYOPT="-w" || :
fi
- - $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
+ - $SETARCH make -s test-spec # not using `-j` because sometimes `mspec -j` silently dies
- $SETARCH make -s -o showflags leaked-globals
# We enable Travis on the specific branches or forked repositories here.