Sha256: fbb47afcb2dcef1665fadece241cc45c9106a3f92b644d98664cd47703aca536

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

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

env:
  - WITH_REDIS_NAMESPACE="false"
  - WITH_REDIS_NAMESPACE="true"

rvm:
  - 2.2.6
  - 2.3.3
  - 2.4.0

matrix:
  fast_finish: true
  include:
    -
      rvm: 2.4.0
      env: SUITE="rubocop"
      gemfile: Gemfile
    -
      rvm: jruby-9.1.8.0
      env: JRUBY_OPTS="$JRUBY_OPTS --debug" WITH_REDIS_NAMESPACE="false"
      gemfile: Gemfile
    -
      rvm: jruby-9.1.8.0
      env: JRUBY_OPTS="$JRUBY_OPTS --debug" WITH_REDIS_NAMESPACE="true"
      gemfile: Gemfile
  allow_failures:
    -
      rvm: jruby-9.1.8.0

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sidekiq-throttled-0.8.1 .travis.yml
sidekiq-throttled-0.8.0 .travis.yml
sidekiq-throttled-0.7.3 .travis.yml