reduce build log of travis

This commit is contained in:
Tan Jiang 2017-12-19 16:25:07 +08:00
parent 2ffc58a5d4
commit 7c264f6201

View File

@ -27,7 +27,7 @@ do
listDeps $package
echo "DEBUG: testing package $package"
go test -v -race -cover -coverprofile=profile.tmp -coverpkg "$deps" $package
go test -race -cover -coverprofile=profile.tmp -coverpkg "$deps" $package
if [ -f profile.tmp ]
then
cat profile.tmp | tail -n +2 >> profile.cov