From b24d932e9bbd2d432a65343931006aefb11ea188 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 5 Jul 2018 18:19:29 -0700 Subject: [PATCH] Revert "stop nginx" This reverts commit 0dc3f7833905b3b7b467612129d0951ac658c45d. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cdc99fb0..2a487c031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: - $HOME/.cache/pip before_install: - - '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0 && service nginx stop) || (brew update && brew install augeas python3 && brew upgrade python && brew link python)' + - '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3 && brew upgrade python && brew link python)' before_script: - 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'