ruby-changes:52954
From: k0kubun <ko1@a...>
Date: Fri, 19 Oct 2018 20:30:39 +0900 (JST)
Subject: [ruby-changes:52954] k0kubun:r65168 (trunk): .travis.yml: try promoting osx to non-allow_failures
k0kubun 2018-10-19 20:30:32 +0900 (Fri, 19 Oct 2018) New Revision: 65168 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65168 Log: .travis.yml: try promoting osx to non-allow_failures somehow it gets stable there days... Later, we may be able to add wrapper to apply timeout appropriately and dump threads, in case that it stucks. It's not super easy to write it, so this commit just tries to enable osx for now. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65167) +++ .travis.yml (revision 65168) @@ -167,8 +167,6 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L167 before_script: chmod -R u+w spec/ruby script: ruby -C spec/ruby ../mspec/bin/mspec -j . allow_failures: - # It randomly hangs on travis osx. Let's remove this from allow_failures once it gets stable. - - os: osx - name: pedanticism fast_finish: true -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/