Skip to content

Commit

Permalink
BUILD/MINOR: print haproxy version info
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 16, 2020
1 parent 7d5be47 commit 5dfc9a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ language: go
go:
- 1.x
sudo: false
before_script:
- sudo wget https://github.com/haproxytech/dataplaneapi/releases/download/v1.2.5/dataplaneapi -O /usr/local/bin/dataplaneapi
- sudo chmod +x /usr/local/bin/dataplaneapi
install:
- wget http://www.haproxy.org/download/2.0/src/haproxy-2.0.14.tar.gz
- tar -zxvf haproxy-2.0.14.tar.gz
- pushd haproxy-2.0.14 && make TARGET=linux-glibc USE_OPENSSL=1 USE_ZLIB=1 USE_PCRE=1 && sudo make install && popd
before_script:
- sudo wget https://github.com/haproxytech/dataplaneapi/releases/download/v1.2.5/dataplaneapi -O /usr/local/bin/dataplaneapi
- sudo chmod +x /usr/local/bin/dataplaneapi
- haproxy -vv
addons:
apt:
update: true
Expand Down

0 comments on commit 5dfc9a9

Please sign in to comment.