From 8d05c7440f59bfd0cbe147b79a81de03283d7a76 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 1 Mar 2017 22:40:57 +0000 Subject: [PATCH] Run phpunit with both phpdbg and just php --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8f9e0510..6e8d31aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,5 +60,6 @@ before_script: script: - phpdbg -qrr vendor/bin/phpunit --coverage-text + - php vendor/bin/phpunit - php artisan dusk - php artisan security:check