Browse Source

Removed unneeded && from travis

tags/2.0.0-rc
Alexander Makarov 10 years ago
parent
commit
ac32c33d79
  1. 2
      tests/unit/data/travis/setup-apps.sh

2
tests/unit/data/travis/setup-apps.sh

@ -22,7 +22,7 @@ else
cd ../common && codecept build
cd ../console && codecept build
cd ../frontend && codecept build
&& cd ../../../
cd ../../../
# boot server
php -S localhost:8080 > /dev/null 2>&1 &

Loading…
Cancel
Save