From 5fa4df0e7475dadf4bf287c214bf184d8f6fa2e4 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Fri, 19 Oct 2018 11:30:32 +0000 Subject: [PATCH] .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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcfbdb3a41..220cd71198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,8 +167,6 @@ matrix: 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