Skip to content

Commit

Permalink
Allow beta failures for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Dec 27, 2018
1 parent 3e57af6 commit 12ea399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -10,14 +10,15 @@ rvm:
os:
- linux

gemfile:
- Gemfile
- Gemfile-4.x

matrix :
fast_finish: true
allow_failures:
- rvm: ruby-head

gemfile:
- Gemfile
- Gemfile-4.x
- gemfile: Gemfile

script: bundle exec rake test

Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,6 @@ Additionally, up-to-date generated code documentation is available on [RubyDoc].

[![Gem Version](https://badge.fury.io/rb/middleman-blog.svg)][gem]
[![Build Status](https://travis-ci.org/middleman/middleman-blog.svg)][travis]
[![Dependency Status](https://gemnasium.com/middleman/middleman-blog.svg?travis)][gemnasium]

## Community

Expand Down Expand Up @@ -96,6 +95,5 @@ Copyright (c) 2010-2017 Thomas Reynolds. MIT Licensed, see [LICENSE] for details
[middleman]: http://middlemanapp.com
[gem]: https://rubygems.org/gems/middleman-blog
[travis]: http://travis-ci.org/middleman/middleman-blog
[gemnasium]: https://gemnasium.com/middleman/middleman-blog
[rubydoc]: http://rubydoc.info/github/middleman/middleman-blog/master
[LICENSE]: https://github.com/middleman/middleman-blog/blob/master/LICENSE.md

0 comments on commit 12ea399

Please sign in to comment.