Skip to content

Commit

Permalink
use blacklight settings for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed May 27, 2020
1 parent d71a96b commit 557d186
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Expand Up @@ -8,20 +8,23 @@ addons:
before_install:
- google-chrome-stable --headless --disable-gpu --no-sandbox --remote-debugging-port=9222 http://localhost &

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'
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'

matrix:
include:
- rvm: 2.7.0
env: "RAILS_VERSION=6.0.2.1"
env: "RAILS_VERSION=6.0.2.2"
- rvm: 2.6.5
env: "RAILS_VERSION=6.0.0 ENGINE_CART_RAILS_OPTIONS=\"--skip-webpack-install\""
env: "RAILS_VERSION=6.0.2.2"
- rvm: 2.6.5
env: "RAILS_VERSION=5.2.3"
env: "RAILS_VERSION=5.2.4.2"
- 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\""
fast_finish: true
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"
fast_finish: true

jdk: openjdk11

0 comments on commit 557d186

Please sign in to comment.