From 73981c2e759d333f2c127b02f8ca90e4ec6872a2 Mon Sep 17 00:00:00 2001 From: Jacob Buys Date: Mon, 18 Mar 2013 23:03:44 +0200 Subject: [PATCH] Build with Travis CI --- .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..e14e9bc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: ruby +rvm: + - 1.9.3 + - 1.8.7