Skip to content

Commit

Permalink
Udpate for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Oct 4, 2017
1 parent 2848e4b commit 5baa62b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,9 @@ bundler_args: "--without development"
services:
- rabbitmq
rvm:
- '2.4.1'
- '2.3.4'
- '2.2.7'
- '2.4.2'
- '2.3.5'
- '2.2.8'
gemfile:
- gemfiles/Gemfile.rails-5-1
- gemfiles/Gemfile.rails-5-0
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -8,9 +8,10 @@ gem 'coveralls'
gem 'fuubar'
gem 'rake'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 0.50.0'

group :rails do
gem 'rails', '>= 3.2' unless $RAILS
gem 'rails', '>= 4.2'
gem 'rspec-rails'
gem 'sqlite3'
end
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile.rails-master
Expand Up @@ -7,7 +7,6 @@ gem 'activesupport', git: 'https://github.com/rails/rails'
gem 'bunny', ENV['BUNNY_VERSION'] if ENV['BUNNY_VERSION']

group :rails do
$RAILS = true
gem 'rails', '>= 3.2', git: 'https://github.com/rails/rails'
gem 'arel', git: 'https://github.com/rails/arel'
end

0 comments on commit 5baa62b

Please sign in to comment.