From 68cea9a183ec66337becf04095e2894818162048 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 29 May 2016 14:33:44 +0100 Subject: [PATCH] Try not producing coverage text for phpdbg in 7.0.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd687b56..5c28fa00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,4 +39,4 @@ before_script: - sleep 5 # Give artisan some time to start serving script: - - phpdbg -qrr vendor/bin/phpunit --coverage-text + - phpdbg -qrr vendor/bin/phpunit