Add retry on travis to reduce random failures

closes #7932
This commit is contained in:
Benjamin Neff 2018-11-18 04:04:05 +01:00
parent 7a958bce69
commit 8e170ab976
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -20,6 +20,7 @@ begin
t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
t.fork = true # You may get faster startup if you set this to false
t.profile = 'default'
t.cucumber_opts = %w[--retry 3]
end
Cucumber::Rake::Task.new({:wip => 'db:test:prepare'}, 'Run features that are being worked on') do |t|