git_stats/.travis.yml

11 lines
135 B
YAML
Raw Normal View History

2015-09-17 20:01:19 +02:00
language: ruby
rvm:
- "1.9"
- "2.1.5"
- ruby-head
script:
- bundle exec rspec -fd
matrix:
allow_failures:
- rvm: ruby-head