Sha256: 89a18d6d417ff020949c3b76580099008fc910287fcb1b2acb4310891a81381f

Contents?: true

Size: 1.42 KB

Versions: 4

Compression:

Stored size: 1.42 KB

Contents

dist: bionic

addons:
  chrome: stable

language: ruby

matrix:
  include:
    - rvm: 2.7.0
      env: "RAILS_VERSION=6.0.2.2"
    - rvm: 2.6.5
      env: "RAILS_VERSION=6.0.2.2"
    - rvm: 2.6.5
      env: "RAILS_VERSION=5.2.4.2"
    - rvm: 2.5.7
      env: "RAILS_VERSION=5.2.4.2 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.2.4.2"
    - rvm: jruby-9.2.8.0
      env: "RAILS_VERSION=5.2.4.2 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
  allow_failures:
    - rvm: jruby-9.2.8.0
  fast_finish: true

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

env:
  global:
    - 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

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
  - docker-compose build app || travis_terminate 1 # validates application Dockerfile

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-7.10.0 .travis.yml
blacklight-7.9.0 .travis.yml
blacklight-7.8.1 .travis.yml
blacklight-7.8.0 .travis.yml