class IntegrationDiff::RunDetails::Travis

Public Instance Methods

author() click to toggle source
# File lib/integration_diff/run_details.rb, line 18
def author
  'Travis'.freeze
end
branch() click to toggle source
# File lib/integration_diff/run_details.rb, line 14
def branch
  ENV.fetch('TRAVIS_BRANCH')
end