summaryrefslogtreecommitdiff
path: root/.expeditor/run_linux_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/run_linux_tests.sh')
-rwxr-xr-x.expeditor/run_linux_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh
index 4c14c80..e4a855d 100755
--- a/.expeditor/run_linux_tests.sh
+++ b/.expeditor/run_linux_tests.sh
@@ -36,7 +36,7 @@ if [ -n "${RESET_BUNDLE_CACHE:-}" ]; then
fi
bundle config --local path vendor/bundle
-bundle install --jobs=7 --retry=3
+bundle install --jobs=7 --retry=3 --without docs debug
echo "--- bundle cache"
if test -f bundle.sha256 && shasum --check bundle.sha256 --status; then