Sha256: 8a3e75557cf06b387cde5847117d64cb9f33ebc73db56f042edce23c3d48c4b8

Contents?: true

Size: 1.01 KB

Versions: 8

Compression:

Stored size: 1.01 KB

Contents

language: ruby
sudo: required
dist: trusty

addons:
  chrome: stable
cache:
  bundler: true

before_install:
  - gem update bundler
  - gem install bundler
  - google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &

rvm:
  - 2.5.8
  - 2.6.6
  - 2.7.1

env:
  global:
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
    - ENGINE_CART_RAILS_OPTIONS='--skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-puma --skip-test'
  # Travis should check every minor version in a range of supported versions, because
  # rails does not follow sem-ver conventions, see http://guides.rubyonrails.org/maintenance_policy.html
  # It should be sufficient to test only the latest of the patch versions for a minor version, they
  # should be compatible across patch versions (only bug fixes are released in patch versions).
  matrix:
    - "RAILS_VERSION=5.2.5"

services:
  - redis-server
before_script:
  - jdk_switcher use oraclejdk8

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
qa_server-8.0.1 .travis.yml
qa_server-7.9.2 .travis.yml
qa_server-7.9.1 .travis.yml
qa_server-7.9.0 .travis.yml
qa_server-7.8.0 .travis.yml
qa_server-7.7.1 .travis.yml
qa_server-7.7.0 .travis.yml
qa_server-7.6.0 .travis.yml