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