Just do the one failing test
This commit is contained in:
parent
54f791e58b
commit
8ed4471626
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue