Tweak travis ruby versions

This commit is contained in:
Michael Chrisco 2015-09-17 11:03:04 -07:00
parent 6341c39900
commit 323711d9f6
1 changed files with 3 additions and 2 deletions

View File

@ -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