mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: suppress travis specific failure
* .travis.yml (before_script): suppress the failure which happens only in travis OSX for the time being. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
120518576e
commit
71dfa492ac
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ before_script:
|
|||
- "make -s $JOBS encs"
|
||||
- "make -s $JOBS exts"
|
||||
- "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"
|
||||
- "make test-all TESTS='-q -j2'"
|
||||
|
|
Loading…
Reference in a new issue