code error we want to see on staging

This commit is contained in:
Renée Hendricksen 2016-05-30 17:51:04 +02:00
parent 21c714ae97
commit a8b70f51f3

View File

@ -8,6 +8,7 @@ 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