Commit ac9b4791 by Alexander Makarov

Fixed tabs in yml

parent 57b29960
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment