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
|
gemfile: Gemfile
|
||||||
- rvm: 2.5.0
|
- rvm: 2.5.0
|
||||||
gemfile: gemfiles/Gemfile-edge
|
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
|
- rvm: jruby-head
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
@ -32,6 +40,10 @@ matrix:
|
||||||
gemfile: gemfiles/Gemfile-edge
|
gemfile: gemfiles/Gemfile-edge
|
||||||
- rvm: 2.5.0
|
- rvm: 2.5.0
|
||||||
gemfile: gemfiles/Gemfile-edge
|
gemfile: gemfiles/Gemfile-edge
|
||||||
|
- rvm: 2.6.6
|
||||||
|
gemfile: gemfiles/Gemfile-edge
|
||||||
|
- rvm: 2.7.2
|
||||||
|
gemfile: gemfiles/Gemfile-edge
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue