Create the codecept logs path and ensure it is writeable

This commit is contained in:
Alex Bilbie 2014-05-10 12:07:33 +01:00
parent 9a6ab4141f
commit f7231b2c6a

View File

@ -20,6 +20,8 @@ before_script:
- sleep 3
- cd ../..
- wget http://codeception.com/codecept.phar
- mkdir tests/codecept/tests/_log
- chmod -R 777 tests/codecept/tests/_log
script:
- mkdir -p build/logs