Just do the one failing test

This commit is contained in:
Jonny Barnes 2017-02-23 18:58:34 +00:00
parent 54f791e58b
commit 8ed4471626

View file

@ -58,10 +58,9 @@ before_script:
- php artisan db:seed - php artisan db:seed
- php artisan token:generate - php artisan token:generate
- phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR & - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR &
#- php artisan serve &
- sleep 5 # Give artisan some time to start serving - sleep 5 # Give artisan some time to start serving
script: script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text - phpdbg -qrr vendor/bin/phpunit --coverage-text
- php artisan dusk - php artisan dusk --filter syndication
- php artisan security:check - php artisan security:check