Fix .travis.yml typo's

This commit is contained in:
Mitchell Krog 2017-06-01 16:45:22 +02:00
parent 9df5b71de0
commit 82bfe69b65

View file

@ -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