pull/298/head
V2Ray 2015-09-07 21:24:46 +02:00
parent 386c29644e
commit f8e44a70cf
1 changed files with 1 additions and 1 deletions

View File

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