Sha256: c76d5c07c4f13670d0b81e0f3d4761a54bc525e32a8c5f411ca2d9061d45109f
Contents?: true
Size: 813 Bytes
Versions: 2
Compression:
Stored size: 813 Bytes
Contents
language: ruby sudo: false services: - redis-server cache: bundler before_install: - gem update --system - gem --version - gem install bundler - bundle --version # Install pahantomjs - 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.4 - 2.5 - 2.6 matrix: fast_finish: true include: - rvm: 2.4 env: SUITE="rubocop" gemfile: Gemfile gemfile: - gemfiles/sidekiq_5.0.gemfile - gemfiles/sidekiq_5.1.gemfile - gemfiles/sidekiq_5.2.gemfile
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-throttled-0.11.0 | .travis.yml |
sidekiq-throttled-0.10.0 | .travis.yml |