manually exclude vendor directory on travis test until go 1.9 is released

This commit is contained in:
Jakob Schrettenbrunner 2017-06-26 13:31:04 +02:00
parent c8ef8dd5c7
commit c24a2022c2

View File

@ -10,4 +10,4 @@ install:
script:
- go build -o wings
- go test -v ./
- go test $(go list | grep -v vendor)