From 036af7e5e73ab8cec30f38fd5325b792470c72cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baza=CC=81n?= Date: Tue, 2 Aug 2011 22:40:43 +0200 Subject: [PATCH] travis ci config file --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..73ae9ec --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +rvm: + - 1.9.2 + - rbx + - rbx-2.0 + - ree + - jruby + - ruby-head \ No newline at end of file