File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ set -x
6161# nginx -c "$DIR/nginx/nginx.conf"
6262echo $TRAVIS_BUILD_DIR
6363ls -la /etc/nginx
64- cd /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
65- ls -la
66- sudo chmod +x install-ngxblocker
67- sudo . /install-ngxblocker > /dev/null 2>&1
68- sudo . /install-ngxblocker -h > /dev/null 2>&1
69- sudo . /install-ngxblocker -x > /dev/null 2>&1
64+ # cd /home/travis/build/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration
65+ # ls -la
66+ sudo chmod +x $TRAVIS_BUILD_DIR / install-ngxblocker
67+ sudo $TRAVIS_BUILD_DIR /install-ngxblocker > /dev/null 2>&1
68+ sudo $TRAVIS_BUILD_DIR /install-ngxblocker -h > /dev/null 2>&1
69+ sudo $TRAVIS_BUILD_DIR /install-ngxblocker -x > /dev/null 2>&1
7070ls -la /etc/nginx
You can’t perform that action at this time.
0 commit comments