class IntegrationDiff::RunDetails::Travis
Public Instance Methods
branch()
click to toggle source
# File lib/integration_diff/run_details.rb, line 14 def branch ENV.fetch('TRAVIS_BRANCH') end
# File lib/integration_diff/run_details.rb, line 14 def branch ENV.fetch('TRAVIS_BRANCH') end