Skip to content

Commit

Permalink
Add possible missing branch definition
Browse files Browse the repository at this point in the history
  • Loading branch information
andreldm committed Feb 12, 2020
1 parent d0d7a3b commit a9c4f8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class ServiceInfoFactory {
return new ServiceInfo(
serviceName: env.get('CI_NAME') ?: 'travis-pro',
serviceJobId: env.get('TRAVIS_JOB_ID'),
serviceBranch: env.get('TRAVIS_BRANCH'),
repoToken: env.get('COVERALLS_REPO_TOKEN'),
environment: [
'travis_job_id' : env.get('TRAVIS_JOB_ID'),
Expand Down

0 comments on commit a9c4f8c

Please sign in to comment.