Add Travis-CI file

This commit is contained in:
Guillaume Dott 2014-09-23 16:53:26 +02:00
parent 2bbcd4ab70
commit f7a0872533

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx-2
script: 'bundle exec rspec spec'