From 17f766f7e9363c1a184e71c0bb44985f4edb22c9 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 13 Jul 2017 15:22:42 +0100 Subject: [PATCH] Try and stop travis hanging --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f2524158..69825ad8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,3 +66,8 @@ script: - php vendor/bin/phpunit --coverage-text - php artisan dusk - 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 \ No newline at end of file