summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-20 22:49:36 -0600
committermo khan <mo.khan@gmail.com>2020-04-20 22:49:36 -0600
commit690819209575c28b1d54ac710322dce3356fc1ab (patch)
treec5114195c98f99e3a363567fb4ea438d32d7d983 /bin/setup
parentfd31a57b1f4fa38499e50112d368becb3c7aaecc (diff)
Make tests runnable
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index dce67d8..d1c17fc 100755
--- a/bin/setup
+++ b/bin/setup
@@ -3,6 +3,6 @@ set -euo pipefail
IFS=$'\n\t'
set -vx
-bundle install
+bundle install --quiet
# Do any other automated setup that you need to do here