From f296e3927bccf41bb2c9d7e064d96baf4dbed5fd Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Fri, 2 Dec 2011 20:57:32 +1100 Subject: [PATCH] Add other ruby versions to the tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d728254 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +rvm: + - 1.8.7 + - 1.9.2 + - 1.9.3