force go build output name to wings to avoid conflicts with the wings.go file on testing

This commit is contained in:
Jakob Schrettenbrunner 2017-06-26 12:49:16 +02:00
parent 2be4588bbc
commit c8ef8dd5c7

View File

@ -9,5 +9,5 @@ install:
- dep ensure - dep ensure
script: script:
- go build - go build -o wings
- go test -v ./ - go test -v ./