Sha256: 480fd860f21b6003b97ce9652c650e914203084f1aa1b816c6e2c7af369a64c0
Contents?: true
Size: 966 Bytes
Versions: 7
Compression:
Stored size: 966 Bytes
Contents
sudo: false language: ruby cache: bundler # before_install: # - rvm get head # - gem update --system # - gem install bundler services: - redis-server script: - if [[ "${STYLE}" = "true" ]]; then bundle exec rubocop; fi; - bundle exec rspec spec - if [[ "${STYLE}" = "true" ]]; then CODECLIMATE_REPO_TOKEN=88e524e8f638efe690def7a6e2c72b1a9db5cdfa74548921b734d609a5858ee5 bundle exec codeclimate-test-reporter; fi; rvm: - 2.4.1 - 2.3.2 - jruby-9.1.8.0 env: STYLE=false gemfile: - gemfiles/sidekiq_develop.gemfile - gemfiles/sidekiq_4.0.gemfile - gemfiles/sidekiq_4.1.gemfile - gemfiles/sidekiq_4.2.gemfile - gemfiles/sidekiq_5.0.gemfile notifications: email: recipients: - mikael@zoolutions.se matrix: fast_finish: true include: - rvm: 2.4.1 gemfile: gemfiles/sidekiq_develop.gemfile env: STYLE=true addons: code_climate: repo_token: 88e524e8f638efe690def7a6e2c72b1a9db5cdfa74548921b734d609a5858ee5
Version data entries
7 entries across 7 versions & 1 rubygems