use correct workaround for vendor on travis
This commit is contained in:
@@ -10,4 +10,4 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -o wings
|
- go build -o wings
|
||||||
- go test $(go list | grep -v vendor)
|
- go test $(go list ./... | grep -v vendor)
|
||||||
|
|||||||
Reference in New Issue
Block a user