manually exclude vendor directory on travis test until go 1.9 is released
This commit is contained in:
@@ -10,4 +10,4 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -o wings
|
- go build -o wings
|
||||||
- go test -v ./
|
- go test $(go list | grep -v vendor)
|
||||||
|
|||||||
Reference in New Issue
Block a user