From 61526df2451537f99d5bc0354f2f7d0f6d0a3ac3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Mar 2017 20:39:27 +0100 Subject: [PATCH] Make dir where json log will end up. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8372514eab..ee7594620d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: - php artisan env - cp .env.testing .env - mv storage/database/databasecopy.sqlite storage/database/database.sqlite + - mkdir -p build/logs script: - phpunit -c phpunit.coverage.xml