spec/support/fake_api.rb in travis-1.13.3 vs spec/support/fake_api.rb in travis-1.14.0
- old
+ new
@@ -663,10 +663,10 @@
'last_build_started_at' => '2013-01-13T16:58:43Z',
'last_build_finished_at' => '2013-01-13T16:55:08Z' }] }.to_json
end
get '/config' do
- { 'config' => { 'host' => 'travis-ci.org' } }.to_json
+ { 'config' => { 'host' => 'travis-ci.com' } }.to_json
end
get '/logs/3168318' do
{ 'log' =>
{ 'id' => 3_168_318,