Skip to content

Commit

Permalink
Specs with Rails 5 must be green
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed May 19, 2016
1 parent aee8398 commit 50c0c5c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
gemfile:
- gemfiles/rails-4.2.gemfile
- gemfiles/rails-5.0.gemfile
- gemfiles/sprockets-4.0.gemfile

rvm:
- 2.1
Expand All @@ -19,7 +20,9 @@ rvm:
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails-5.0.gemfile
- gemfile: gemfiles/sprockets-4.0.gemfile
exclude:
- rvm: 2.1
gemfile: gemfiles/rails-5.0.gemfile
- rvm: 2.1
gemfile: gemfiles/sprockets-4.0.gemfile
3 changes: 0 additions & 3 deletions gemfiles/rails-5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ gem 'rails', '5.0.0.rc1'

gem 'sequel', '>= 4.0'

gem 'sprockets', '~> 4.0.0.beta2'
gem 'sprockets-rails', '~> 3.0.4'

group :test do
gem 'rspec-rails', '3.5.0.beta3'
end
14 changes: 14 additions & 0 deletions gemfiles/sprockets-4.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source 'https://rubygems.org'

gemspec path: '..'

gem 'rails', '5.0.0.rc1'

gem 'sequel', '>= 4.0'

gem 'sprockets', '~> 4.0.0.beta2'
gem 'sprockets-rails', '~> 3.0.4'

group :test do
gem 'rspec-rails', '3.5.0.beta3'
end

0 comments on commit 50c0c5c

Please sign in to comment.