Sha256: afcb216b16803b81ade67f6db6983cd0131f52a0f7329bfb439331ec7688ac7f
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
dist: trusty addons: chrome: stable language: ruby notifications: email: false matrix: include: - rvm: 2.5.3 env: "RAILS_VERSION=5.1.6" - rvm: 2.4.5 env: "RAILS_VERSION=5.2.1" - rvm: 2.5.3 env: "RAILS_VERSION=5.2.1 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.5 env: "RAILS_VERSION=5.1.6" - rvm: 2.3.8 env: "RAILS_VERSION=5.2.1" - rvm: jruby-9.2.0.0 env: "RAILS_VERSION=5.1.6 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\"" allow_failures: - rvm: jruby-9.2.0.0 fast_finish: true before_install: - gem update --system - gem install bundler - 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-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-test' - CC_TEST_REPORTER_ID=5042c7358c96b0b926088a4cda3e132fffe7a66ce8047cdb1dc6f0b4b6676b79 jdk: oraclejdk9 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-7.0.0 | .travis.yml |