mirror of https://github.com/v2ray/v2ray-core
typo
parent
386c29644e
commit
f8e44a70cf
|
@ -17,7 +17,7 @@ done
|
||||||
|
|
||||||
if [ "$fail" -eq 0 ]
|
if [ "$fail" -eq 0 ]
|
||||||
then
|
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
|
fi
|
||||||
|
|
||||||
rm -f coverall.out
|
rm -f coverall.out
|
||||||
|
|
Loading…
Reference in New Issue