From 4360f55aa2c030a0116b888bc07c8bca5cbfb0a0 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 3 Oct 2017 17:37:35 +0200 Subject: [PATCH] Re-Test Nginx Mainstream --- .dev-tools/install-nginx-4.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dev-tools/install-nginx-4.sh b/.dev-tools/install-nginx-4.sh index 53063aa31..95a443059 100755 --- a/.dev-tools/install-nginx-4.sh +++ b/.dev-tools/install-nginx-4.sh @@ -305,6 +305,8 @@ ls -la /etc/nginx/sites-available/ ls -la /var/www/ sudo chown -R travis:travis $TRAVIS_BUILD_DIR/ +### + # ***************************************************************************************** # Travis now moves into running the rest of the tests in the script: section of .travis.yml # *****************************************************************************************