From 39360dc41909a95b0ede37c2bcdf1a56a31517ce Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Tue, 5 Apr 2011 02:29:46 +0800 Subject: [PATCH] lets have travis test against many rubies --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 742b39c237..ea4772101b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,7 @@ -script: "rake test" \ No newline at end of file +script: "rake test" +rvm: + - 1.8.7 + - 1.9.2 + - ree + - rbx + - jruby \ No newline at end of file