aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 19:45:25 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-29 19:45:32 +0900
commit4b4d8a662b4b5125ada85720f26cead3180a3f06 (patch)
tree101ce559fcef3827282833f3dd090e1f660481d3 /.travis.yml
parent8c6f1715f03e0322c96d614a42c30bee0b7790eb (diff)
downloadruby-4b4d8a662b4b5125ada85720f26cead3180a3f06.tar.gz
Stop isolating test_gc_compact on CI
I think it's been stable these days.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5cb1831b83..818e748498 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -336,8 +336,7 @@ env:
<<: *osx
env:
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
- - TEST_ALL_OPTS="--timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx --exclude test_gc_compact"
- - TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb"
+ - TEST_ALL_OPTS="--timeout-scale=2.0 --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
# Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
- JOBS=
# Reset timestamps early, before updating Homebrew etc.
@@ -480,10 +479,6 @@ 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"
- - |-
- if [ -n "${TEST_ALL_ISOLATED_TESTS}" ]; then
- $SETARCH make -s test-all -o exts TESTS="$TEST_ALL_ISOLATED_TESTS" RUBYOPT="-w"
- fi
- $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies
- $SETARCH make -s leaked-globals