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 c5ec9df commit 5aa567e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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
- 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.\*
- haproxy -vv
script: make travis
addons:
Expand Down

0 comments on commit 5aa567e

Please sign in to comment.