ENABLE test-nginx-2

This commit is contained in:
Mitchell Krog 2019-06-29 10:06:23 +02:00
parent 1d558bbf8b
commit 919815ba6e
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ echo "${bold}${green}------------------------------------------------"
echo "${bold}${green}Disable any User Whitelisting and set to Default"
echo "${bold}${green}------------------------------------------------"
printf "\n\n"
sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/blacklist-user-agents-none.conf /etc/nginx/bots.d/blacklist-user-agents.conf
sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/blacklist-user-agents-none.conf /usr/local/nginx/bots.d/blacklist-user-agents.conf
}
reloadNginX () {

View file

@ -46,7 +46,7 @@ script:
- bash .dev-tools/test-blocker-whitelist.sh
# HERE WE TEST update-ngxblocker setup-ngxblocker - DISABLED UNTIL FIXED
- bash .dev-tools/install-nginx-2.sh
#- bash .dev-tools/test-nginx-2.sh
- bash .dev-tools/test-nginx-2.sh
#- bash .dev-tools/install-nginx-3.sh
#- bash .dev-tools/test-blocker-quicker.sh
#- bash .dev-tools/install-nginx-4.sh