add travis

This commit is contained in:
Torsten Ruger 2015-07-18 11:57:49 +03:00
parent e71b8d8010
commit 9e49f2e725
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