mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Test Ruby v2.6.6 and v2.7.2 in CI
This commit is contained in:
parent
a5e0b47c3c
commit
1701eaf611
1 changed files with 12 additions and 0 deletions
12
.travis.yml
12
.travis.yml
|
@ -19,6 +19,14 @@ matrix:
|
|||
gemfile: Gemfile
|
||||
- rvm: 2.5.0
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: 2.6.6
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.6.6
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: 2.7.2
|
||||
gemfile: Gemfile
|
||||
- rvm: 2.7.2
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: jruby-head
|
||||
gemfile: Gemfile
|
||||
allow_failures:
|
||||
|
@ -32,6 +40,10 @@ matrix:
|
|||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: 2.5.0
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: 2.6.6
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
- rvm: 2.7.2
|
||||
gemfile: gemfiles/Gemfile-edge
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
|
|
Loading…
Reference in a new issue