From 2a56445d5ed9d87c41eae27a4c23f2fee8b2901a Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 7 Nov 2017 14:14:42 +0000 Subject: [PATCH] try and get dusk tests working --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c74436e0..0c3bd5c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ before_script: - php artisan migrate - php artisan db:seed - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 & + - sleep 5 script: - php vendor/bin/phpunit --coverage-text