From ac9b479137cbe9d2f2b0d65bc8176e48cca7ad83 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 17 Aug 2014 19:20:05 +0400 Subject: [PATCH] Fixed tabs in yml --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84f31fc609..46a4355170 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,14 +56,14 @@ script: if (php --version | grep -i HipHop > /dev/null); then echo "skipping application tests on HHVM" else - cd apps/basic/web && php -S localhost:8080 > /dev/null 2>&1 & - PHPPID=$! + cd apps/basic/web && php -S localhost:8080 > /dev/null 2>&1 & + PHPPID=$! cd ../tests && codecept run - kill -9 $PHPPID + kill -9 $PHPPID cd ../../advanced && php -S localhost:8080 > /dev/null 2>&1 & - PHPPID=$! - cd tests && codecept run - kill -9 $PHPPID + PHPPID=$! + cd tests && codecept run + kill -9 $PHPPID fi after_script: