Skip to content

Commit

Permalink
Fix bin name for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Gilles committed Jul 4, 2019
1 parent e3342f6 commit 5c5a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c5a5fa

Please sign in to comment.