manually exclude vendor directory on travis test until go 1.9 is released
This commit is contained in:
parent
c8ef8dd5c7
commit
c24a2022c2
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user