Skip to content

Commit

Permalink
Provide some Rails options that make the build faster
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 8, 2017
1 parent cd875b4 commit 706d943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ sudo: false
notifications:
email: false

rvm:
- 2.4.1

matrix:
include:
- rvm: 2.4.2
env: "RAILS_VERSION=5.1.4"
- rvm: 2.3.4
env: "RAILS_VERSION=5.0.6"
- rvm: jruby-9.1.12.0
Expand All @@ -25,15 +24,13 @@ before_install:
- gem install bundler
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &

env:
- "RAILS_VERSION=5.1.4"

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

jdk: oraclejdk8
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "capybara", '~> 2.6'
s.add_development_dependency "chromedriver-helper"
s.add_development_dependency "selenium-webdriver"
s.add_development_dependency 'engine_cart', '~> 1.0'
s.add_development_dependency 'engine_cart', '~> 1.2'
s.add_development_dependency "equivalent-xml"
s.add_development_dependency "coveralls"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit 706d943

Please sign in to comment.