Sha256: 329f5da5ce0ae2ca0c98a5827a7329d9e936a5fee19150e3dead1c8ba5f4c3d5
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
dist: bionic addons: chrome: stable language: ruby notifications: email: false rvm: - 2.5.7 - 2.6.5 - 2.7.0 before_install: - gem update --system - gem install bundler - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & before_script: - if [[ "${RAILS_VERSION}" =~ ^4.2.* ]]; then perl -pi -e "s/ActiveRecord::Migration\[[\d\.]+\]/ActiveRecord::Migration/" db/migrate/*; fi env: - "RAILS_VERSION=5.1.7" - "RAILS_VERSION=5.2.0" 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-bundle --skip-listen --skip-spring --skip-yarn --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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-6.24.0 | .travis.yml |
blacklight-6.23.0 | .travis.yml |