From 8e8b6c43f783a31aa91c19291299203f40a39224 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 16 Jul 2020 11:12:53 -0700 Subject: remove docs + debug from linux tests Signed-off-by: Lamont Granquist --- .expeditor/run_linux_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.expeditor') 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 -- cgit v1.2.1