0
0
Fork 0

try TRAVIS_BRANCH

This commit is contained in:
Marty Schoch 2015-11-23 11:01:57 -05:00
parent 12273c369e
commit b5af97bc60
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ cat acc.out integration-acc.out | go run docs/merge-coverprofile.go > merged.out
if [ -n "$COVERALLS" ]
then
export GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`
echo "Branch: $GIT_BRANCH"
echo "Branch: $GIT_BRANCH - $TRAVIS_BRANCH"
goveralls -service drone.io -coverprofile=merged.out -repotoken $COVERALLS
fi