From 40bb2497f747f5bd9fb904bb3268d673687a60aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 30 Dec 2016 14:42:06 +0100 Subject: [PATCH] Travis CI: try removing a dead PPA --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5514910..363ffe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,6 @@ compiler: - clang - gcc before_install: - # We need this PPA for a recent version of libedit - - sudo add-apt-repository ppa:ondrej/php5-5.6 -y # We need this PPA for Lua 5.3 - sudo add-apt-repository ppa:vbernat/haproxy-1.6 -y - sudo apt-get update -qq