From ceb27e7c707b4789d52a959a9d1d0e53a72b58bd Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Tue, 29 Nov 2011 15:04:34 +0900 Subject: adding in travis config to spec both 1.8.7 and 1.9.3 --- .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 00000000..8c33c685 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +rvm: + - 1.8.7 + - 1.9.3 \ No newline at end of file -- cgit v1.2.3