From 82bfe69b65b1c68219b0972d861b9ccc9d6ecb2c Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 1 Jun 2017 16:45:22 +0200 Subject: [PATCH] Fix .travis.yml typo's --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 109599cfa..1ad4dca14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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