lib/travis/client/session.rb in travis-1.8.3.travis.724.4 vs lib/travis/client/session.rb in travis-1.8.3.travis.726.4.pre.debug

- old
+ new

@@ -57,10 +57,10 @@ def uri=(uri) clear_cache! self.connection = Faraday.new(:url => uri, :ssl => ssl) do |faraday| faraday.request :url_encoded - faraday.response :logger if debug_http + faraday.response :logger faraday.adapter(*faraday_adapter) end end def faraday_adapter=(adapter)