diff --git a/.travis.yml b/.travis.yml index f230d0b..8f2cb76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - 1.x script: -- go build +- go build -o haproxy-connect sudo: false before_deploy: - echo "Deploying $TRAVIS_TAG to GitHub releases"