Skip to content

Commit 5c5a5fa

Browse files
author
Thibault Gilles
committed
Fix bin name for travis
1 parent e3342f6 commit 5c5a5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
go:
33
- 1.x
44
script:
5-
- go build
5+
- go build -o haproxy-connect
66
sudo: false
77
before_deploy:
88
- echo "Deploying $TRAVIS_TAG to GitHub releases"

0 commit comments

Comments
 (0)