mirror of https://github.com/v2ray/v2ray-core
Remove unnecessary repo token variable
parent
379e1c2a2e
commit
49b383362a
|
@ -32,7 +32,7 @@ echo "mode: set" | cat - coverallsorted.out > coverall.out
|
|||
rm coverallsorted.out
|
||||
|
||||
if [ "$FAIL" -eq 0 ]; then
|
||||
$HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci -repotoken $COVERALLS_TOKEN
|
||||
$HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci
|
||||
fi
|
||||
|
||||
rm -f coverall.out
|
||||
|
|
Loading…
Reference in New Issue