make settings visible in repository
This commit is contained in:
parent
a466f0c819
commit
d1848ba6f9
|
@ -62,5 +62,9 @@ module Travis::API::V3
|
|||
|
||||
__send__(name, *args, &block)
|
||||
end
|
||||
|
||||
def settings
|
||||
@settings ||= JSON.load(super)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user