try another spot to throw and error
This commit is contained in:
parent
ace3e588ea
commit
8c6477c247
|
@ -15,6 +15,7 @@ class Travis::Api::App
|
|||
#
|
||||
# json(:repositories)
|
||||
get '/' do
|
||||
we want an error
|
||||
prefer_follower do
|
||||
params['ids'] = params['ids'].split(',') if params['ids'].respond_to?(:split)
|
||||
respond_with service(:find_repos, params)
|
||||
|
|
|
@ -8,7 +8,6 @@ module Travis
|
|||
attr_reader :repositories, :options
|
||||
|
||||
def initialize(repositories, options = {})
|
||||
this is a test to throw an error on staging
|
||||
@repositories = repositories
|
||||
@options = options
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user