Commit 76b03a3f by Alexander Makarov

Another attempt to fix travis

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