Move out of directory

This commit is contained in:
Alex Bilbie
2015-04-05 18:28:07 +01:00
parent f912f60a59
commit ffc8823e4f

View File

@@ -26,9 +26,9 @@ before_script:
- composer install - composer install
- cd public/ - cd public/
- php -S localhost:7777 index.php & - php -S localhost:7777 index.php &
- cd ../..
script: script:
- mkdir -p build/logs
- vendor/bin/codecept run - vendor/bin/codecept run
after_script: after_script: