v3 fix services

This commit is contained in:
carlad 2015-09-07 17:10:03 +02:00
parent f44b374d79
commit 2e72233213

View File

@ -4,7 +4,7 @@ module Travis::API::V3
Accounts = Module.new { extend Services }
Branch = Module.new { extend Services }
Branch = Module.new { extend Services }
Branches = Module.new { extend Services }
Build = Module.new { extend Services }
Builds = Module.new { extend Services }
Job = Module.new { extend Services }