mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-17 17:15:22 +01:00
fb234fecd9
- Use 2.2 instead of 2.2.5 for the latest v2.2.x - Add more versions including v2.3, v2.4
11 lines
132 B
YAML
11 lines
132 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
- 2.3
|
|
- 2.4
|
|
- ruby-head
|
|
script:
|
|
- bundle exec rake
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: ruby-head
|