Sha256: 8ae565139045300081bb954a35ac7d7e6350be3e71c745bea62bf613e8b9f126
Contents?: true
Size: 776 Bytes
Versions: 2
Compression:
Stored size: 776 Bytes
Contents
language: ruby 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 - 2.7 matrix: fast_finish: true include: - rvm: 2.4 env: SUITE="rubocop" gemfile: Gemfile gemfile: - gemfiles/sidekiq_6.4.gemfile - gemfiles/sidekiq_6.5.gemfile
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-throttled-0.18.0 | .travis.yml |
sidekiq-throttled-0.17.0 | .travis.yml |