From ed702fada109bab7d30d93ec0e67d26380d4d421 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Tue, 23 May 2017 13:18:02 -0500 Subject: [PATCH] Provide some Rails options that make the build faster --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bd480f8b73..d154f63a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ before_install: env: - "RAILS_VERSION=5.0.3" + - "ENGINE_CART_RAILS_OPTIONS= --skip-git --skip-bundle" notifications: irc: "irc.freenode.org#blacklight"