Browse Source

typo

pull/298/head
V2Ray 9 years ago
parent
commit
f8e44a70cf
  1. 2
      testing/coverage/coverall

2
testing/coverage/coverall

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

Loading…
Cancel
Save