ruby-changes:37733
From: nobu <ko1@a...>
Date: Tue, 3 Mar 2015 10:55:05 +0900 (JST)
Subject: [ruby-changes:37733] nobu:r49814 (trunk): .travis.yml: suppress travis specific failure
nobu 2015-03-03 10:54:54 +0900 (Tue, 03 Mar 2015) New Revision: 49814 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49814 Log: .travis.yml: suppress travis specific failure * .travis.yml (before_script): suppress the failure which happens only in travis OSX for the time being. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 49813) +++ .travis.yml (revision 49814) @@ -61,6 +61,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L61 - "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'" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/