From 9fade9c85cf0fb96d5dd1ff4f12789d3c6533215 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 5 Jul 2018 17:48:19 -0700 Subject: [PATCH] Remove apacheconftest packages. The apacheconftests handle installing Apache dependencies, so let's remove it from the general case. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3d964326..1653f5142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,10 +90,6 @@ addons: # For certbot-nginx integration testing - nginx-light - openssl - # for apacheconftest - - apache2 - - libapache2-mod-wsgi - - libapache2-mod-macro install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls" script: