From 0525902e4335e78ac85c1eab737d0106229cd6c0 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sun, 24 Feb 2013 16:13:31 -0800 Subject: [PATCH] what about no https travis? --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ef9580c9..141836c1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' # Make sure to use Haml 4 for tests gem "haml", "~> 4.0.0"