1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-19 03:34:31 -04:00

Remove unnecessary repo token variable

This commit is contained in:
Darien Raymond 2016-02-04 14:42:13 +01:00
parent 379e1c2a2e
commit 49b383362a

View File

@ -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