Sha256: da59cb927ce3b68414f54dd73a46eb77e0b1cae02c95acde8bb1eee0f8a0e5dc

Contents?: true

Size: 808 Bytes

Versions: 3

Compression:

Stored size: 808 Bytes

Contents

language: ruby
sudo: false

services:
  - redis-server

cache: bundler

before_install:
  - gem update --system
  - gem --version
  - gem install bundler --no-rdoc --no-ri
  - bundle --version
  - mkdir travis-phantomjs
  - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
  - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
  - export PATH=$PWD/travis-phantomjs:$PATH

install: bundle install --without development

rvm:
  - 2.3
  - 2.4
  - 2.5

matrix:
  fast_finish: true
  include:
    -
      rvm: 2.3
      env: SUITE="rubocop"
      gemfile: Gemfile

gemfile:
  - gemfiles/sidekiq_5.0.gemfile
  - gemfiles/sidekiq_5.1.gemfile
  - gemfiles/sidekiq_5.2.gemfile

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidekiq-throttled-0.10.0.beta .travis.yml
sidekiq-throttled-0.10.0.alpha .travis.yml
sidekiq-throttled-0.9.0 .travis.yml