Skip to content

Commit

Permalink
Always use sinatra from master until it is released
Browse files Browse the repository at this point in the history
This should help avoid some confusion about the failing build
  • Loading branch information
Zachary Scott committed Jul 19, 2016
1 parent 9474e91 commit 72291c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions sinatra-contrib/.travis.yml
Expand Up @@ -18,13 +18,11 @@ matrix:
- { rvm: 2.3.1, env: tilt=master }
- { rvm: ruby-head, env: tilt=master }
- { rvm: 2.3.1, env: rack=master }
- { rvm: 2.3.1, env: sinatra=master }
allow_failures:
- env: tilt=master
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx
- env: sinatra=master
- env: rack=master

notifications:
Expand Down
1 change: 1 addition & 0 deletions sinatra-contrib/Gemfile
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org" unless ENV['QUICK']
gemspec

gem 'mustermann', github: 'sinatra/mustermann'
gem 'sinatra', github: 'sinatra/sinatra'

group :development, :test do

Expand Down

0 comments on commit 72291c6

Please sign in to comment.