1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00
This commit is contained in:
V2Ray 2015-09-07 21:24:46 +02:00
parent 386c29644e
commit f8e44a70cf

View File

@ -17,7 +17,7 @@ done
if [ "$fail" -eq 0 ]
then
$HOME/gopath/bin/goveralls -v -coverprofile=acc.out -service=travis-ci -repotoken $COVERALLS_TOKEN
$HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci -repotoken $COVERALLS_TOKEN
fi
rm -f coverall.out