mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 05:22:16 +01:00
commit
9f43ee644e
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- "1.9"
|
||||
- "2.1.0"
|
||||
- "2.2.0"
|
||||
- ruby-head
|
||||
script:
|
||||
- bundle exec rake
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
Loading…
Reference in a new issue