Debug Nginx Build Tests

This commit is contained in:
Mitchell Krog 2019-06-20 14:45:36 +02:00
parent 965160b8f5
commit eae388c995
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
3 changed files with 3 additions and 0 deletions

View file

@ -266,6 +266,7 @@ sudo chown -R travis:travis ${TRAVIS_BUILD_DIR}/
sudo chown -R travis:travis ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test3/
sudo cp /etc/nginx/mybots.d/* ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test3/bots.d/
sudo cp /etc/nginx/myconf.d/* ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test3/conf.d/
sudo cp /etc/nginx/sites-available/default.vhost ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test3/default.vhost
# *****************************************************************************************
# Travis now moves into running the rest of the tests in the script: section of .travis.yml