Sha256: 25e2369a180034981f6d01b7cf626c0e30eaf735e7a4a69ce38c5fed22515e9f

Contents?: true

Size: 521 Bytes

Versions: 4

Compression:

Stored size: 521 Bytes

Contents

sudo: false
cache: bundler
language: ruby
rvm: 2.4
matrix:
  include:
    - rvm: 2.3
      env: RAILS_VERSION=4.2.10
           BUNDLER_VERSION=1.17.3
    - env: RAILS_VERSION=5.0.7
    - env: RAILS_VERSION=5.1.6
    - rvm: 2.5
    - env: RAILS_VERSION=5.2.1
    - rvm: 2.6
global_env:
  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
before_install:
  - gem update --system
  - if [ ! -z $BUNDLER_VERSION ]; then gem install bundler -v $BUNDLER_VERSION; else gem install bundler; fi
before_script:
  - jdk_switcher use oraclejdk8

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_fedora-datastreams-0.5.0 .travis.yml
active_fedora-datastreams-0.4.0 .travis.yml
active_fedora-datastreams-0.3.0 .travis.yml
active_fedora-datastreams-0.2.0 .travis.yml