diff --git a/.expeditor/buildkite/verify.sh b/.expeditor/buildkite/verify.sh index 01982b79..d55ec1e5 100755 --- a/.expeditor/buildkite/verify.sh +++ b/.expeditor/buildkite/verify.sh @@ -7,6 +7,7 @@ bundle --version echo "--- bundle install" bundle config --local path vendor/bundle +bundle config --local without integration tools bundle install --jobs=7 --retry=3 echo "+++ bundle exec rake"