summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 11:30:32 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 11:30:32 +0000
commit5fa4df0e7475dadf4bf287c214bf184d8f6fa2e4 (patch)
treeba5cd61afd99b58e0a35aaaee2112fe9d91723d8 /.travis.yml
parent5bb48dc68ad35a78659d3075a9e3172785dcfbeb (diff)
.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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 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