Class: Diffity::RunDetails::Travis

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

Instance Method Summary collapse

Instance Method Details

#authorObject



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

def author
  'Travis'.freeze
end

#branchObject



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

def branch
  ENV.fetch('TRAVIS_BRANCH')
end