use correct workaround for vendor on travis
This commit is contained in:
parent
c24a2022c2
commit
ae1548cbe1
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user