Skip to content

Commit 9ae3750

Browse files
Got shell script to run - needed sudo required in .travis.yml - further testing
1 parent 27b3def commit 9ae3750

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

travis-ci/install-nginx2.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,17 @@ set -x
6060
# Start nginx.
6161
#nginx -c "$DIR/nginx/nginx.conf"
6262
echo $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
6768
sudo 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
7070
sudo $TRAVIS_BUILD_DIR/install-ngxblocker -x 2>&1
7171
ls -la $TRAVIS_BUILD_DIR
7272
ls -la /etc/nginx
7373
ls -la /etc/nginx/conf.d
7474
cd /
7575
ls -la
76+
find . -name nginx\*

0 commit comments

Comments
 (0)