From d98df8ed27c66ac9eadcca89ca8145348982f9c0 Mon Sep 17 00:00:00 2001
From: Troy Murray <tm@msu.edu>
Date: Tue, 14 May 2013 11:31:35 -0400
Subject: [PATCH] Add travis-ci configuration file

---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d66d651
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+rvm:
+  - 1.8.7
+  - 1.9.2
+  - 1.9.3
+  - ree
+  - jruby
\ No newline at end of file
-- 
GitLab