Class: IntegrationDiff::RunDetails::Travis

Inherits:
Object
  • Object
show all
Defined in:
lib/integration_diff/run_details.rb

Instance Method Summary collapse

Instance Method Details

#authorObject



18
19
20
# File 'lib/integration_diff/run_details.rb', line 18

def author
  'Travis'.freeze
end

#branchObject



14
15
16
# File 'lib/integration_diff/run_details.rb', line 14

def branch
  ENV.fetch('TRAVIS_BRANCH')
end