https://github.com/mperham/sidekiq
Revision 0352ca8fb541dec2caca886aa374e4cbb3c638d9 authored by Mike Perham on 23 April 2019, 19:56:38 UTC, committed by Mike Perham on 23 April 2019, 19:56:38 UTC
1 parent 455e9d5
Raw File
Tip revision: 0352ca8fb541dec2caca886aa374e4cbb3c638d9 authored by Mike Perham on 23 April 2019, 19:56:38 UTC
bump, release
Tip revision: 0352ca8
.travis.yml
language: ruby
sudo: false
cache: bundler
services:
  - redis-server
bundler_args: --without development load_test
rvm:
  - 2.5.1
  - 2.6.0
  - jruby-9.2.6.0

script:
  - bundle exec rake test
  - bundle exec rake standard
back to top