Sha256: c9e16151ba07f2a37151d0266e90fddc5e984df9d5d8d3e0f6d698302eb0ec8e

Contents?: true

Size: 1.7 KB

Versions: 5

Compression:

Stored size: 1.7 KB

Contents

dist: bionic
addons:
  chrome: stable
language: ruby

notifications:
  email: false

matrix:
  include:
    - rvm: 2.6.5
      env: "RAILS_VERSION=6.0.0 ENGINE_CART_RAILS_OPTIONS=\"--skip-webpack-install\""
    - rvm: 2.6.5
      env: "RAILS_VERSION=5.2.3"
    - rvm: 2.5.7
      env: "RAILS_VERSION=5.1.7"
    - rvm: 2.5.7
      env: "RAILS_VERSION=5.2.3 BLACKLIGHT_API_TEST=true ENGINE_CART_RAILS_OPTIONS=\"--api --skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-test\""
    - rvm: 2.4.9
      env: "RAILS_VERSION=5.1.7"
    - rvm: jruby-9.2.8.0
      env: "RAILS_VERSION=5.1.7 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
  allow_failures:
    - rvm: jruby-9.2.8.0
  fast_finish: true

before_install:
  - docker pull solr:7
  - docker run -d -p 8983:8983 -v $PWD/lib/generators/blacklight/templates/solr/conf:/myconfig solr:7 solr-create -c blacklight-core -d /myconfig
  - docker ps -a
  - google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &

notifications:
  irc: "irc.freenode.org#blacklight"
  email:
      - blacklight-commits@googlegroups.com

global_env:
  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  - ENGINE_CART_RAILS_OPTIONS='--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test'
  - CC_TEST_REPORTER_ID=5042c7358c96b0b926088a4cda3e132fffe7a66ce8047cdb1dc6f0b4b6676b79

jdk: openjdk11

before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-7.5.0 .travis.yml
blacklight-7.4.2 .travis.yml
blacklight-7.4.1 .travis.yml
blacklight-7.4.0 .travis.yml
blacklight-7.3.0 .travis.yml