1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/.travis.yml
Andrew Babichev ea9b34a953 Add CLI Run Test - Write Pid, System Boot, Print Banner (#4039)
* Add appraisal

* Test CLI run (write pid, system boot, print banner)

* Cleanup test helper

* Set REDIS_URL to use non-default host in test env

* Move mintiest-focus to test bundle group
2018-12-07 08:59:42 -08:00

17 lines
287 B
YAML

language: ruby
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
- jruby-9.1.17.0