Skip to content

Commit bf45a85

Browse files
Skip vendored packages from tests
Until we drop support of Go < 1.9, skip vendored packages manually. Once Go 1.11 is released, we would be able to just use ./...
1 parent 2c9035a commit bf45a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ script:
1212
- ./.travis.gogenerate.sh
1313
- ./.travis.gofmt.sh
1414
- ./.travis.govet.sh
15-
- go test -v -race ./...
15+
- go test -v -race $(go list ./... | grep -v vendor)

0 commit comments

Comments
 (0)