Re-activate curl tests during Travis CI build process.

This commit is contained in:
Mitchell Krog 2017-07-07 12:04:40 +02:00
parent a9529b29ff
commit 2e405d0f54
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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
# ***********************************************************