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 4ecf9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:

env:
- "RAILS_VERSION=5.1.4"
- "ENGINE_CART_RAILS_OPTIONS=--skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee"

notifications:
irc: "irc.freenode.org#blacklight"
Expand Down
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 4ecf9f3

Please sign in to comment.