mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-17 17:15:22 +01:00
Merge pull request #84 from PeterDaveHello/update-travis-ci
Update ruby version used on Travis CI
This commit is contained in:
commit
6a8078b14a
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.2.5"
|
- 2.2
|
||||||
|
- 2.3
|
||||||
|
- 2.4
|
||||||
- ruby-head
|
- ruby-head
|
||||||
script:
|
script:
|
||||||
- bundle exec rake
|
- bundle exec rake
|
||||||
|
|
Loading…
Reference in a new issue