mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 05:22:16 +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
|
||||
rvm:
|
||||
- "1.9"
|
||||
- "2.1.5"
|
||||
- "2.1.0"
|
||||
- "2.2.0"
|
||||
- ruby-head
|
||||
script:
|
||||
- bundle exec rspec -fd
|
||||
- bundle exec rake
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
|
|
Loading…
Reference in a new issue