From 07c346cdfce854afb27ca63526304be8990d219a Mon Sep 17 00:00:00 2001 From: Trevor Gattis Date: Thu, 3 Apr 2014 15:07:21 -0700 Subject: [PATCH] Intial Travis 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..50a0f84 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +rvm: + - 1.9.3 + - 2.0.0 + - 2.1.* +gemfile: + - Gemfile +