We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e63ff0 commit 9aec872Copy full SHA for 9aec872
1 file changed
.travis.yml
@@ -9,4 +9,4 @@ go:
9
install: true
10
11
script:
12
- - go test ./...
+ - go test $(go list ./... | grep -v /vendor/)
0 commit comments