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 # *****************************************************************************************