From c81c97d8f47ecfe383c56bae2b7a1871a65a7d7b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 26 Feb 2018 10:38:34 +0100 Subject: [PATCH] Update .travis.yml config --- .travis.yml | 4 ++-- Changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 600f1ed62..f80560135 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,10 @@ before_install: - composer validate install: - - yes '' | pecl install imagick # Configure environment settings - cp .env.travis .env # Install composer packages. + - composer global require hirak/prestissimo - composer install --prefer-dist before_script: @@ -58,4 +58,4 @@ before_script: script: - travis_wait ./vendor/bin/phpunit + - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover diff --git a/Changelog b/Changelog index a405ce042..4409f773f 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-02-26 DariusIII + * Chg: Update .travis.yml config * Chg: Update phpunit to version 7.0.2 * Chg: Update imdbphp/imdbphp and add htmlpurifier 2018-02-23 DariusIII