Sha256: f661248269a9294b76ec1c8e89acc01e8911ccc1bb86b8478dece3f7ecef57af
Contents?: true
Size: 932 Bytes
Versions: 8
Compression:
Stored size: 932 Bytes
Contents
dist: xenial services: - xvfb addons: sources: - google-chrome apt: packages: - google-chrome-stable language: ruby rvm: - 2.3.8 - 2.4.9 - 2.5.7 - 2.6.5 gemfile: - test/gemfiles/5.2.gemfile jobs: include: - rvm: 2.5.7 gemfile: test/gemfiles/6.0.gemfile - rvm: 2.6.5 gemfile: test/gemfiles/6.0.gemfile branches: only: - master before_install: - gem update --system - gem update bundler before_script: - wget http://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip - unzip chromedriver_linux64.zip - sudo apt-get install libnss3 - sudo apt-get --only-upgrade install google-chrome-stable - sudo cp chromedriver /usr/local/bin/. - sudo chmod +x /usr/local/bin/chromedriver - export DISPLAY=:99.0 - sleep 3 script: - bundle exec rake db:migrate - bundle exec rake test - SKIP_COV=true bundle exec rake test:system - bundle exec rubocop
Version data entries
8 entries across 8 versions & 3 rubygems