mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 13:32:17 +01:00
Tweak travis ruby versions
This commit is contained in:
parent
6341c39900
commit
323711d9f6
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "1.9"
|
- "1.9"
|
||||||
- "2.1.5"
|
- "2.1.0"
|
||||||
|
- "2.2.0"
|
||||||
- ruby-head
|
- ruby-head
|
||||||
script:
|
script:
|
||||||
- bundle exec rspec -fd
|
- bundle exec rake
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
|
|
Loading…
Reference in a new issue