0
0
Fork 0

changed service name back

This commit is contained in:
Marty Schoch 2014-12-29 10:26:59 -08:00
parent b4adf7e7d8
commit 816929fae2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ cat acc.out integration-acc.out | go run docs/merge-coverprofile.go > merged.out
if [ -n "$COVERALLS" ]
then
goveralls -service travis-ci -coverprofile=merged.out -repotoken $COVERALLS
goveralls -service drone.io -coverprofile=merged.out -repotoken $COVERALLS
fi
if [ -n "$COVERHTML" ]