Commit 89f9f0e9 by Alexander Makarov

Fixed directory in travis

parent eff74c37
......@@ -23,7 +23,7 @@ install:
# basic application:
- composer install --dev --prefer-dist -d apps/basic
- cd apps/basic && composer require --dev codeception/codeception:1.8.*@dev codeception/specify:* codeception/verify:*
- cd apps/basic && php vendor/bin/codecept build && cd ../..
- php vendor/bin/codecept build && cd ../..
- cd apps && php -S localhost:8080 &
before_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