mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.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
This commit is contained in:
parent
5bb48dc68a
commit
5fa4df0e74
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue