mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Re-activate curl tests during Travis CI build process.
This commit is contained in:
parent
a9529b29ff
commit
2e405d0f54
2 changed files with 7 additions and 1 deletions
|
@ -33,7 +33,7 @@ install:
|
|||
|
||||
script:
|
||||
- travisCI/install-nginx.sh
|
||||
#- sudo travisCI/run-curl-tests.sh
|
||||
- travisCI/run-curl-tests.sh
|
||||
- travisCI/modify-files-and-commit.sh
|
||||
|
||||
before_deploy:
|
||||
|
|
|
@ -104,6 +104,12 @@ sudo cp $TRAVIS_BUILD_DIR/travisCI/index.php /var/www/html/index.php
|
|||
cd /usr/sbin
|
||||
sudo ./update-ngxblocker -e mitchellkrog@gmail.com
|
||||
|
||||
# *********************
|
||||
# Force reload of Nginx
|
||||
# *********************
|
||||
|
||||
sudo service nginx reload
|
||||
|
||||
# ***********************************************************
|
||||
# Set all our other setup and deploy scripts to be executable
|
||||
# ***********************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue