From f6f1feef2e8d45f01659315ef989df51e091ee52 Mon Sep 17 00:00:00 2001 From: Justin Downing Date: Mon, 11 Aug 2014 13:26:38 -0400 Subject: [PATCH] back to ruby 1.9.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0fa67d..3f0c396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ branches: - master language: ruby rvm: - - 2.1.2 + - 1.9.3 bundler_args: --without development script: bundle exec rake spec SPEC_OPTS='--format documentation' env: