From 8100db471b66cdd5c1d34d7ccedb237f298fef34 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 18 Aug 2012 09:25:42 +0100 Subject: [PATCH] Added Travis-ci config file. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dc2e8c8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +rvm: + - 1.9.2 + - 1.9.3