File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ language: go
2
2
go :
3
3
- 1.x
4
4
sudo : 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
9
5
before_script :
10
6
- sudo wget https://github.com/haproxytech/dataplaneapi/releases/download/v1.2.5/dataplaneapi -O /usr/local/bin/dataplaneapi
11
7
- sudo chmod +x /usr/local/bin/dataplaneapi
12
- - haproxy -vv
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.\*
13
12
script : make travis
14
13
addons :
15
14
apt :
You can’t perform that action at this time.
0 commit comments