Use Travis for unit tests

This commit is contained in:
Mitchell Hashimoto 2012-02-25 10:32:32 -08:00
parent 6490710d43
commit bd7d86f4fa
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode