summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 05:48:38 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-14 05:48:38 +0000
commite85d6c5c5e62dde37c6f6ffdb7125b9008b9ebfa (patch)
treee876d403602e37848f0558d82e31793e4bbb9ed8 /.travis.yml
parent661cefc5812b5f206b2af9640d7ad2e6efd0913e (diff)
Simplify matrix for debugging
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 1 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ec09a221e..9bc3b7836e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -291,25 +291,7 @@ env:
matrix:
include:
# to reduce time for finishing all jobs, run the slowest osx build first.
- - <<: *x86_64-darwin17
- - <<: *x86_64-linux
- <<: *i686-linux
- - <<: *jemalloc
- - <<: *pedanticism
- - <<: *ASAN
- - <<: *MSAN
- - <<: *UBSAN
- - <<: *VM_CHECK_MODE
- - <<: *FIBER_USE_sjlj
- - <<: *TOKEN_THREADED_CODE
- - <<: *CALL_THREADED_CODE
- - <<: *NO_THREADED_CODE
- - <<: *rubyspec
- allow_failures:
- - name: uinversal.x86_64h-darwin17
- - name: -fsanitize=address
- - name: -fsanitize=memory
- - name: -fsanitize=undefined
fast_finish: true
before_script:
@@ -377,9 +359,7 @@ before_script:
$RUBY_PREFIX/bin/gem install --no-document $GEMS_FOR_TEST
script:
- - $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}"
- - travis_wait 40 $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 test-all -o exts TESTOPTS="-n 'TestJIT#test_compile_insn_opt_aref' -n 'TestJIT#test_inlined_undefined_ivar'"
# Branch matrix. Not all branches are Travis-ready so we limit branches here.
branches: