use correct workaround for vendor on travis

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

View File

@ -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)