summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/verify.pipeline.yml1
-rw-r--r--Rakefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 7865325..81cc2b6 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -36,6 +36,7 @@ steps:
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
+ - bundle env
- bundle exec rake
expeditor:
executor:
diff --git a/Rakefile b/Rakefile
index 5c9a752..5442c99 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,6 +5,7 @@ begin
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "--format pretty"
+ t.bundler = false
end
rescue LoadError
desc "cucumber is not installed, this task is disabled"