Set valid email address on testing of update-ngxblocker

This commit is contained in:
Mitchell Krog 2017-06-24 12:04:15 +02:00
parent 1d98058857
commit a5cffe6a3a

View file

@ -51,7 +51,7 @@ sudo cp $TRAVIS_BUILD_DIR/travisCI/index.php /var/www/html/index.php
# Run update-ngxblocker test
cd /usr/sbin
sudo ./update-ngxblocker
sudo ./update-ngxblocker -e mitchellkrog@gmail.com
# Reload nginx - no need to do this as update-ngxblocker does this for us
#sudo service nginx reload