1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

update CI

This commit is contained in:
Mike Perham 2018-12-28 10:19:23 -08:00
parent 4a0470de42
commit 70216520c1
2 changed files with 1 additions and 36 deletions

View file

@ -3,15 +3,11 @@ sudo: false
cache: bundler
services:
- redis-server
before_install:
- gem update --system
gemfile:
- gemfiles/rails_4.gemfile
- gemfiles/rails_5.gemfile
bundler_args: --without development load_test
rvm:
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- 2.6.0
- jruby-9.1.17.0

View file

@ -1,31 +0,0 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "rake"
gem "redis-namespace"
gem "rails", "~> 4.2"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", "< 50", platforms: :jruby
group :development do
gem "appraisal"
end
group :test do
gem "minitest"
gem "minitest-focus"
gem "minitest-reporters"
gem "simplecov"
end
group :development, :test do
gem "pry-byebug", platforms: :mri
end
group :load_test do
gem "hiredis"
gem "toxiproxy"
end
gemspec path: "../"