From 18a0eb27c7636db79371881c3175aec625603809 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 24 Feb 2017 15:44:39 +0000 Subject: [PATCH] =?UTF-8?q?See=20if=20there=E2=80=99s=20issues=20with=20sa?= =?UTF-8?q?ving=20session=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dusk.testing | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.dusk.testing b/.env.dusk.testing index 720c4404..756f4074 100644 --- a/.env.dusk.testing +++ b/.env.dusk.testing @@ -8,7 +8,7 @@ APP_SHORTURL=local DB_CONNECTION=travis CACHE_DRIVER=array -SESSION_DRIVER=cookie +SESSION_DRIVER=file QUEUE_DRIVER=sync SCOUT_DRIVER=pgsql diff --git a/.travis.yml b/.travis.yml index ca85154b..5e069118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ before_script: - php artisan key:generate - php artisan migrate - php artisan db:seed + - chmod -R 777 storage/ - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=DEBUG & - sleep 5 # Give artisan some time to start serving