Try and stop travis hanging

This commit is contained in:
Jonny Barnes 2017-07-13 15:22:42 +01:00
parent 05624bbf23
commit 17f766f7e9

View file

@ -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