mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Fix .travis.yml typo's
This commit is contained in:
parent
9df5b71de0
commit
82bfe69b65
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ install:
|
|||
- sudo apt-get install -y --force-yes nginx-extras
|
||||
|
||||
script:
|
||||
- travis-ci/install-nginx.sh
|
||||
- travisCI/install-nginx.sh
|
||||
- curl -vsf 'http://localhost:9000/index.php' &> /dev/stdout
|
||||
- curl -A "googlebot" http://localhost:9000/index.php &> /dev/stdout
|
||||
- curl -A "bingbot" http://localhost:9000/index.php &> /dev/stdout
|
||||
|
@ -41,10 +41,10 @@ script:
|
|||
- STATUSCODE=$(curl -A "masscan" http://localhost:9000/index.php &> /dev/stderr --write-out "%{http_code}") | if test $STATUSCODE 52; then exit 0; fi
|
||||
- STATUSCODE=$(curl -I http://localhost:9000/index.php -e http://100dollars-seo.com &> /dev/stderr --write-out "%{http_code}") | if test $STATUSCODE 52; then exit 0; fi
|
||||
- STATUSCODE=$(curl -I http://localhost:9000/index.php -e http://zx6.ru &> /dev/stderr --write-out "%{http_code}") | if test $STATUSCODE 52; then exit 0; fi
|
||||
- travis-ci/change-file.sh
|
||||
- travisCI/change-file.sh
|
||||
|
||||
before_deploy:
|
||||
- travis-ci/deploy-package.sh
|
||||
- travisCI/deploy-package.sh
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Add table
Reference in a new issue