Commit 76b03a3f by Alexander Makarov

Another attempt to fix travis

parent 34bc2365
...@@ -65,8 +65,7 @@ script: ...@@ -65,8 +65,7 @@ script:
if (php --version | grep -i HipHop > /dev/null); then if (php --version | grep -i HipHop > /dev/null); then
echo "Skipping advanced application tests on HHVM" echo "Skipping advanced application tests on HHVM"
else else
kill $(ps -ef | grep php | awk '{print $2}') cd apps/advanced
cd ../../advanced
php -S localhost:8080 > /dev/null 2>&1 & php -S localhost:8080 > /dev/null 2>&1 &
cd tests cd tests
codecept run codecept run
......
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