From f7231b2c6a8c480ffbab678618e088c347c8be92 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sat, 10 May 2014 12:07:33 +0100 Subject: [PATCH] Create the codecept logs path and ensure it is writeable --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 721d1df6..d703777b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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