File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,17 @@ set -x
6060# Start nginx.
6161# nginx -c "$DIR/nginx/nginx.conf"
6262echo $TRAVIS_BUILD_DIR
63- ls -la /etc/nginx
63+ # ls -la /etc/nginx
6464# cd /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
6565# ls -la
66- sudo mkdir /etc/nginx/bots.d 2>&1
66+ # sudo mkdir /etc/nginx/bots.d 2>&1
67+ # sudo mkdir /etc/nginx/bots.d 2>&1
6768sudo chmod +x $TRAVIS_BUILD_DIR /install-ngxblocker
68- sudo $TRAVIS_BUILD_DIR /install-ngxblocker 2>&1
69- sudo $TRAVIS_BUILD_DIR /install-ngxblocker -h 2>&1
69+ sudo $TRAVIS_BUILD_DIR /install-ngxblocker
7070sudo $TRAVIS_BUILD_DIR /install-ngxblocker -x 2>&1
7171ls -la $TRAVIS_BUILD_DIR
7272ls -la /etc/nginx
7373ls -la /etc/nginx/conf.d
7474cd /
7575ls -la
76+ find . -name nginx\*
You can’t perform that action at this time.
0 commit comments