From 0343f49f20ee5bedef5d2fc10c298a84bf0b7351 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 21 Feb 2017 17:35:58 +0000 Subject: [PATCH] Need more pahntomjs inof to debug this issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ec21e6a..3bfcd2f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_script: - php artisan migrate - php artisan db:seed - php artisan token:generate - - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR & + - phantomjs --webdriver=127.0.0.1:9515 & - php artisan serve & - sleep 5 # Give artisan some time to start serving