Skip to content

Commit

Permalink
Merge pull request #88 from ianwhite/support-cucumber4-and-5
Browse files Browse the repository at this point in the history
Support cucumber 4
  • Loading branch information
mathieujobin authored Aug 26, 2020
2 parents 3970158 + afd88da commit 6accfe0
Show file tree
Hide file tree
Showing 17 changed files with 172 additions and 299 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ doc
# built gems
pkg
*.gem

gemfiles/*.lock
22 changes: 17 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@ language: ruby
dist: xenial
cache: bundler
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
- 2.2.10
- ruby-head
#- 2.7.1
- 2.6.6
- 2.5.8
#- ruby-head
gemfile:
- gemfiles/Gemfile-rails.5.0.x
- gemfiles/Gemfile-rails.5.1.x
- gemfiles/Gemfile-rails.5.2.x
- gemfiles/Gemfile-rails.5.2.x-cukes-4
- gemfiles/Gemfile-rails.5.2.x-cukes-5
- gemfiles/Gemfile-rails.6.0.x
- gemfiles/Gemfile-rails.6.0.x-cukes-5
#- gemfiles/Gemfile-rails.edge
matrix:
allow_failures:
- rvm: ruby-head
- rvm: 2.7.1
- gemfile: gemfiles/Gemfile-rails.edge
- gemfile: gemfiles/Gemfile-rails.5.2.x-cukes-5
- gemfile: gemfiles/Gemfile-rails.6.0.x-cukes-5
fast_finish: true

script:
Expand Down
225 changes: 0 additions & 225 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit 6accfe0

Please sign in to comment.