mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
CI: Use 2.4.6, 2.5.5, 2.6.3
- drop defunct Travis option sudo: false - see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
parent
b545969d08
commit
22f6c5250d
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.6.0
|
- 2.6.3
|
||||||
- 2.5.3
|
- 2.5.5
|
||||||
- 2.4.5
|
- 2.4.6
|
||||||
- 2.3.8
|
- 2.3.8
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.1
|
- 2.1
|
||||||
|
@ -17,7 +17,7 @@ matrix:
|
||||||
- rvm: rbx-2
|
- rvm: rbx-2
|
||||||
script: bundle exec rake spec
|
script: bundle exec rake spec
|
||||||
# Run Danger only once, on 2.5.3
|
# Run Danger only once, on 2.5.3
|
||||||
- rvm: 2.5.3
|
- rvm: 2.5.5
|
||||||
before_script: bundle exec danger
|
before_script: bundle exec danger
|
||||||
|
|
||||||
script: bundle exec rake spec rubocop
|
script: bundle exec rake spec rubocop
|
||||||
|
@ -26,4 +26,3 @@ cache: bundler
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- legacy-v2
|
- legacy-v2
|
||||||
sudo: false
|
|
||||||
|
|
Loading…
Reference in a new issue