From 05b6e378fc3971a0f35b0b75543eee7fb935f1e6 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 5 Jul 2018 12:14:46 -0700 Subject: [PATCH] nginx service? --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f76237351..be84bbcef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: dist: xenial env: TOXENV=py37 sudo: required - services: docker + services: nginx # Only build pushes to the master branch, PRs, and branches beginning with @@ -46,12 +46,7 @@ addons: - libssl-dev - libffi-dev - ca-certificates - # For certbot-nginx integration testing - - nginx-light - openssl - # for apacheconftest - - apache2 - - libapache2-mod-wsgi install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls" script: