mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c2763642c
commit
be4501bf3a
1 changed files with 3 additions and 3 deletions
|
@ -66,12 +66,12 @@ before_script:
|
|||
- "diff -ru config_1st config_2nd"
|
||||
- "make after-update BASERUBY=ruby"
|
||||
- "make -s $JOBS"
|
||||
- "make update-rubyspec MSPECOPT=-fm"
|
||||
- "make update-rubyspec"
|
||||
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then echo 'exclude :test_deadlock_by_signal_at_forking, \"under investigation\"' >> test/excludes/TestProcess.rb; fi"
|
||||
script:
|
||||
- "make test --color=never"
|
||||
- "make test TESTOPTS=--color=never"
|
||||
- "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'"
|
||||
- "make test-rubyspec"
|
||||
- "make test-rubyspec MSPECOPT=-fm"
|
||||
after_failure:
|
||||
- "if [[ $TRAVIS_OS_NAME = 'osx' ]]; then find ~/Library/Logs/DiagnosticReports -type f -name ruby_\\*.crash -ls -execdir cat {} \\; -delete; fi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue