mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-01 01:51:01 +01:00
10 lines
120 B
YAML
10 lines
120 B
YAML
language: ruby
|
|
rvm:
|
|
- "2.2.5"
|
|
- ruby-head
|
|
script:
|
|
- bundle exec rake
|
|
matrix:
|
|
allow_failures:
|
|
- rvm: ruby-head
|