Debug Nginx Build Tests

This commit is contained in:
Mitchell Krog 2019-06-20 15:05:53 +02:00
parent 46761975f4
commit bd94cecb0e
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
6 changed files with 18 additions and 21 deletions

View file

@ -235,6 +235,7 @@ printf '\n%s\n%s\n%s\n\n' "######################" "Now Run our Curl Tests" "###
sudo cp /etc/nginx/bots.d/* ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test1/bots.d/
sudo cp /etc/nginx/conf.d/* ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test1/conf.d/
sudo cp /etc/nginx/sites-available/default.vhost ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test1/default.vhost
sudo cp /etc/nginx/nginx.conf ${TRAVIS_BUILD_DIR}/.dev-tools/_conf_files_test1/nginx.conf
# *****************************************************************************************
# Travis now moves into running the rest of the tests in the script: section of .travis.yml