Sha256: e41f65889bf14b52cfa3c2b5e397e901b3ec9761c62ec6b3bb2d57ab83f95c87

Contents?: true

Size: 1023 Bytes

Versions: 6

Compression:

Stored size: 1023 Bytes

Contents

language: ruby
sudo: false
dist: trusty

addons:
  chrome: stable
cache:
  bundler: true

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

rvm:
  - 2.4.2

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.1.4"
    - "RAILS_VERSION=5.0.6"

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-2.0.1 .travis.yml
hyrax-2.0.0 .travis.yml
hyrax-2.0.0.rc3 .travis.yml
hyrax-2.0.0.rc2 .travis.yml
hyrax-2.0.0.rc1 .travis.yml
hyrax-2.0.0.beta5 .travis.yml