Skip to content

Commit

Permalink
Merge pull request #76 from dontfidget/semaphoreapp
Browse files Browse the repository at this point in the history
add correct sha details for semaphoreapp
  • Loading branch information
nickmerwin committed Feb 3, 2015
2 parents 409735b + b46f741 commit b17fb76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/coveralls/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ def self.relevant_env
:branch => ENV['GIT_BRANCH'],
:commit_sha => ENV['GIT_COMMIT']
}
elsif ENV['SEMAPHORE']
{
:branch => ENV['BRANCH_NAME'],
:commit_sha => ENV['REVISION']
}
else
{}
end
Expand Down

0 comments on commit b17fb76

Please sign in to comment.