From 8ed44716260512c6102c6929ad09903a73c541ed Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 23 Feb 2017 18:58:34 +0000 Subject: [PATCH] Just do the one failing test --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fffad186..7e52fad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,10 +58,9 @@ before_script: - php artisan db:seed - php artisan token:generate - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR & - #- php artisan serve & - sleep 5 # Give artisan some time to start serving script: - phpdbg -qrr vendor/bin/phpunit --coverage-text - - php artisan dusk + - php artisan dusk --filter syndication - php artisan security:check