Skip to content

Commit e9bb1b2

Browse files
committed
Make test.sh more verbose so Travis doesn't think we're hung
1 parent 459761c commit e9bb1b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ do
5050
done
5151
cat $COVPROFILES > coverprofile.txt
5252

53+
echo "go vet $PACKAGES"
5354
go vet $PACKAGES
5455
if ! command -v fgt > /dev/null ; then
5556
go get github.com/GeertJohan/fgt
@@ -61,6 +62,7 @@ fi
6162

6263
for package in $PACKAGES
6364
do
65+
echo "fgt golint ${package}"
6466
fgt golint "${package}"
6567
done
6668

@@ -70,6 +72,7 @@ fi
7072

7173
for package in $PACKAGES
7274
do
75+
echo "fgt staticcheck ${package}"
7376
fgt staticcheck "${package}"
7477
done
7578

0 commit comments

Comments
 (0)