From c8ef8dd5c798bd5758d902d4577770b09ff95bf0 Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Mon, 26 Jun 2017 12:49:16 +0200 Subject: [PATCH] force go build output name to wings to avoid conflicts with the wings.go file on testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 422d793..f920457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ install: - dep ensure script: - - go build + - go build -o wings - go test -v ./