Sha256: 2edcd96a173843ce34f9e09f164ad2cfd83eb9680bc7c77b74ea4159413f5031
Contents?: true
Size: 853 Bytes
Versions: 4
Compression:
Stored size: 853 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.1 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # 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.0.5" - "RAILS_VERSION=5.1.2" services: - redis-server before_script: - jdk_switcher use oraclejdk8
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hyrax-2.0.0.beta4 | .travis.yml |
hyrax-2.0.0.beta3 | .travis.yml |
hyrax-2.0.0.beta2 | .travis.yml |
hyrax-2.0.0.beta1 | .travis.yml |