Skip to content

Commit 8179862

Browse files
rely purely on update-ngxblocker to do one nginx reload before bad bot tests run
1 parent 66bf007 commit 8179862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-ci/install-nginx2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ sudo cp $TRAVIS_BUILD_DIR/www/index.php /var/www/html/index.php
5353
cd /usr/sbin
5454
sudo ./update-ngxblocker
5555

56-
# Reload nginx
57-
sudo service nginx reload
56+
# Reload nginx - no need to do this as update-ngxblocker does this for us
57+
#sudo service nginx reload
5858

5959
# Set all our other setup and deploy scripts to be executable
6060
sudo chmod +x $TRAVIS_BUILD_DIR/travis-ci/modify-globalblacklist.sh

0 commit comments

Comments
 (0)