Skip to content

Commit

Permalink
Fix tests' prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Dubicki committed May 20, 2020
1 parent 45b86be commit e7496dc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ language: go
go:
- 1.x
sudo: false
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
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository -y ppa:vbernat/haproxy-2.0
- sudo apt-get update
- sudo apt-get install -y haproxy=2.0.\*
script: make travis
addons:
apt:
Expand Down

0 comments on commit e7496dc

Please sign in to comment.