summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-07 13:33:54 -0700
committermo khan <mo.khan@gmail.com>2020-03-07 13:33:54 -0700
commit5f7786bb4865a9d9622c3819d8e0b5b67ebf0cfa (patch)
tree793bb918edfcd8bdddb252a1a72b9403f85ddd3b /bin/setup
parentfcf555e12daabd7aedd0bea2c83915dee3ca71fd (diff)
Export junit report for integration tests
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 da654a1..5fa5ac9 100755
--- a/bin/setup
+++ b/bin/setup
@@ -5,4 +5,4 @@ set -e
cd "$(dirname "$0")/.."
gem install bundler --conservative -v '~> 2.0'
-bundle install
+bundle install --with "development:test"