mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-17 17:15:22 +01:00
Update ruby version used on Travis CI
- Use 2.2 instead of 2.2.5 for the latest v2.2.x - Add more versions including v2.3, v2.4
This commit is contained in:
parent
a0be92949a
commit
fb234fecd9
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- "2.2.5"
|
||||
- 2.2
|
||||
- 2.3
|
||||
- 2.4
|
||||
- ruby-head
|
||||
script:
|
||||
- bundle exec rake
|
||||
|
|
Loading…
Reference in a new issue