mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 05:22:16 +01:00
Travis Sample setup
This commit is contained in:
parent
3a77e1c702
commit
6341c39900
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- "1.9"
|
||||
- "2.1.5"
|
||||
- ruby-head
|
||||
script:
|
||||
- bundle exec rspec -fd
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
Loading…
Reference in a new issue