Skip to content

Commit 3ddf67f

Browse files
Fix Travis Tests
1 parent fc62c83 commit 3ddf67f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ deploy:
5050
- "custom.d/globalblacklist.conf"
5151
- "custom.d/whitelist-domains.conf"
5252
- "custom.d/whitelist-ips.conf"
53+
- "custom.d/bad-referrer-words.conf"
54+
- "custom.d/blacklist-ips.conf"
5355
skip_cleanup: true
5456
on:
5557
repo: mitchellkrogza/apache-ultimate-bad-bot-blocker

travisCI/install-apache.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ cd /etc/apache2/custom.d
2525
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/globalblacklist.conf
2626
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-ips.conf
2727
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/whitelist-domains.conf
28+
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/blacklist-ips.conf
29+
sudo wget https://raw.githubusercontent.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/master/custom.d/bad-referrer-words.conf
2830
sudo a2enconf servername
2931
# Restart Apache
3032
sudo service apache2 restart

0 commit comments

Comments
 (0)