mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add latest Ruby versions to CI, including 3.0 (#2071)
This commit is contained in:
parent
d3699679b0
commit
c676e64899
1 changed files with 8 additions and 7 deletions
15
.travis.yml
15
.travis.yml
|
@ -1,10 +1,11 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.7.1
|
- 3.0
|
||||||
- 2.6.6
|
- 2.7
|
||||||
- 2.5.8
|
- 2.6
|
||||||
- 2.4.10
|
- 2.5
|
||||||
- 2.3.8
|
- 2.4
|
||||||
|
- 2.3
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.0
|
- 2.0
|
||||||
|
@ -17,8 +18,8 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- rvm: rbx-2
|
- rvm: rbx-2
|
||||||
script: bundle exec rake spec
|
script: bundle exec rake spec
|
||||||
# Run Danger only once, on 2.5.8
|
# Run Danger only once, on 2.5
|
||||||
- rvm: 2.5.8
|
- rvm: 2.5
|
||||||
before_script: bundle exec danger
|
before_script: bundle exec danger
|
||||||
|
|
||||||
script: bundle exec rake spec rubocop
|
script: bundle exec rake spec rubocop
|
||||||
|
|
Loading…
Reference in a new issue