File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ language: go
22go :
33- 1.x
44sudo : false
5- install :
6- - wget http://www.haproxy.org/download/2.0/src/haproxy-2.0.14.tar.gz
7- - tar -zxvf haproxy-2.0.14.tar.gz
8- - pushd haproxy-2.0.14 && make TARGET=linux-glibc USE_OPENSSL=1 USE_ZLIB=1 USE_PCRE=1 && sudo make install && popd
95before_script :
106 - sudo wget https://github.com/haproxytech/dataplaneapi/releases/download/v1.2.5/dataplaneapi -O /usr/local/bin/dataplaneapi
117 - sudo chmod +x /usr/local/bin/dataplaneapi
8+ - sudo apt-get install -y software-properties-common
9+ - sudo add-apt-repository -y ppa:vbernat/haproxy-2.0
10+ - sudo apt-get update
11+ - sudo apt-get install -y haproxy=2.0.\*
1212 - haproxy -vv
1313script : make travis
1414addons :
You can’t perform that action at this time.
0 commit comments