Fix path for codeception logs

This commit is contained in:
Alex Bilbie 2014-07-22 11:07:29 +01:00
parent 7067a35d3a
commit bfad6c7e28

View File

@ -19,8 +19,8 @@ before_script:
- php -S localhost:8000 & - php -S localhost:8000 &
- sleep 3 - sleep 3
- cd ../.. - cd ../..
- mkdir tests/functional/tests/_log - mkdir tests/api/tests/_log
- chmod -R 777 tests/functional/tests/_log - chmod -R 777 tests/api/tests/_log
script: script:
- mkdir -p build/logs - mkdir -p build/logs