Travis Sample setup

This commit is contained in:
Michael Chrisco 2015-09-17 11:01:19 -07:00
parent 3a77e1c702
commit 6341c39900
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View 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