From c2449e7a737ac9720e521108f86824c924eec518 Mon Sep 17 00:00:00 2001 From: Lucas Renan Date: Thu, 12 Jan 2012 22:29:09 -0200 Subject: [PATCH] configuring travis ci --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bd6cc3e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +rvm: + - 1.9.2 + - 1.9.3 + - ruby-head + - rbx-18mode \ No newline at end of file