We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2f4fe commit 6cc9ac4Copy full SHA for 6cc9ac4
.travis.yml
@@ -18,7 +18,7 @@ addons:
18
apt:
19
packages:
20
- nginx-full
21
-install:
+#install:
22
#- sudo add-apt-repository -y ppa:nginx/stable
23
#- sudo apt-get update
24
#- sudo apt-get install -y --force-yes nginx-extras
travis-ci/install-nginx2.sh
@@ -59,4 +59,9 @@
59
# Start nginx.
60
#nginx -c "$DIR/nginx/nginx.conf"
61
echo $TRAVIS_BUILD_DIR
62
+ls -la /etc/nginx
63
+cd /usr/sbin
64
+sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -O install-ngxblocker
65
+sudo chmod +x install-ngxblocker
66
+sudo ./install-ngxblocker -x
67
ls -la /etc/nginx
0 commit comments