git_stats/.travis.yml
Peter Dave Hello fb234fecd9 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
2018-01-09 11:52:15 +08:00

12 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