From 55bc33a79a2f805ea14a75de33ab98e5d8edfa62 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 29 May 2016 14:46:27 +0100 Subject: [PATCH] Try to confirm a phpdbg bug was introduced in 7.0.7 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c28fa00..a3f8a2ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ env: - setup=basic php: - - 7.0 + - 7.0.6 + - 7.0.7 - nightly matrix: allow_failures: @@ -39,4 +40,4 @@ before_script: - sleep 5 # Give artisan some time to start serving script: - - phpdbg -qrr vendor/bin/phpunit + - phpdbg -qrr vendor/bin/phpunit --coverage-text