add travis

This commit is contained in:
Torsten Ruger 2015-07-18 12:00:21 +03:00
parent 34f8d2409b
commit f790b5d76a
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: ruby
sudo: false
cache: bundler
script:
- ruby test/test_all.rb
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0