1
0
Fork 0
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:
Olle Jonsson 2019-04-18 17:43:14 +02:00 committed by GitHub
parent b545969d08
commit 22f6c5250d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
language: ruby
rvm:
- 2.6.0
- 2.5.3
- 2.4.5
- 2.6.3
- 2.5.5
- 2.4.6
- 2.3.8
- 2.2
- 2.1
@ -17,7 +17,7 @@ matrix:
- rvm: rbx-2
script: bundle exec rake spec
# Run Danger only once, on 2.5.3
- rvm: 2.5.3
- rvm: 2.5.5
before_script: bundle exec danger
script: bundle exec rake spec rubocop
@ -26,4 +26,3 @@ cache: bundler
branches:
except:
- legacy-v2
sudo: false