Travis CI: try adding the PPA back

This commit is contained in:
Přemysl Eric Janouch 2016-12-30 14:47:50 +01:00
parent 40bb2497f7
commit cb9957cd64
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ compiler:
- clang
- gcc
before_install:
# We need this PPA for a recent version of libedit
- sudo add-apt-repository ppa:ondrej/php -y
# We need this PPA for Lua 5.3
- sudo add-apt-repository ppa:vbernat/haproxy-1.6 -y
- sudo apt-get update -qq