Sha256: 35e76699e790edfb447df8d55f5293d29a994b2f2c3d3e2f78193f800d0e6ac6

Contents?: true

Size: 591 Bytes

Versions: 1

Compression:

Stored size: 591 Bytes

Contents

language: ruby
sudo: false
cache: bundler
services:
  - redis-server
addons:
  chrome: stable
  apt:
    packages:
      - chromium-chromedriver
before_script:
  # include ChromeDriver in PATH
  - ln --symbolic /usr/lib/chromium-browser/chromedriver "${HOME}/bin/chromedriver"
  # start Chrome and listen on localhost
  - google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &
before_install:
  - gem install bundler
  - gem update bundler
rvm:
  - 2.2.2
  - 2.3.5
  - 2.4.2
  - 2.5.0
script:
  - bundle exec rubocop
  - bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atomic-sidekiq-1.3.0 .travis.yml