From 28c6e04eb8fa3dfce51a0b78805005f9a45a2f5b Mon Sep 17 00:00:00 2001 From: carlad Date: Fri, 11 Sep 2015 11:10:36 +0200 Subject: [PATCH] put jobs service back in --- lib/travis/api/v3/services.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/travis/api/v3/services.rb b/lib/travis/api/v3/services.rb index c43d482f..ffb67158 100644 --- a/lib/travis/api/v3/services.rb +++ b/lib/travis/api/v3/services.rb @@ -10,6 +10,7 @@ module Travis::API::V3 Build = Module.new { extend Services } Builds = Module.new { extend Services } Job = Module.new { extend Services } + Jobs = Module.new { extend Services } Organization = Module.new { extend Services } Organizations = Module.new { extend Services } Owner = Module.new { extend Services }