Skip to content

Commit 1ca695f

Browse files
committed
Fix vet command
1 parent 6e6354e commit 1ca695f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ before_install:
1313

1414
script:
1515
- go test -v ./...
16-
- go tool vet ./...
16+
- go tool vet .

0 commit comments

Comments
 (0)