Try and stop travis hanging
This commit is contained in:
parent
05624bbf23
commit
17f766f7e9
1 changed files with 5 additions and 0 deletions
|
@ -66,3 +66,8 @@ script:
|
||||||
- php vendor/bin/phpunit --coverage-text
|
- php vendor/bin/phpunit --coverage-text
|
||||||
- php artisan dusk
|
- php artisan dusk
|
||||||
- php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock
|
- php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- killall -9 postgresql
|
||||||
|
- killall -9 php-fpm
|
||||||
|
- killall -9 nginx
|
Loading…
Add table
Add a link
Reference in a new issue