Add Travis-CI file

master
Guillaume Dott 2014-09-23 16:53:26 +02:00
parent 2bbcd4ab70
commit f7a0872533
1 changed files with 7 additions and 0 deletions

7
.travis.yml 100644
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'