From 1054bf63127bb4793a009b4cb08679a591e4536f Mon Sep 17 00:00:00 2001 From: peter279k Date: Mon, 23 Mar 2020 15:59:20 +0800 Subject: [PATCH] Test improvement --- .gitignore | 1 + .travis.yml | 11 ++++++----- composer.json | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fc39ceb..8d8ffbb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock vendor/ aliases.*.php +*.cache diff --git a/.travis.yml b/.travis.yml index e00279e..8464e42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: php -dist: trusty php: -- '7.1' -- '7.2' + - '7.1' + - '7.2' + - '7.3' + - '7.4' install: -- composer update +- composer install script: - ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml after_script: -- php vendor/bin/php-coveralls -v \ No newline at end of file +- php vendor/bin/php-coveralls -v diff --git a/composer.json b/composer.json index dceb832..acf8d7c 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,8 @@ "/phpmd.xml", "/phpstan.neon", "/phpcs.xml", - "/tests" + "/tests", + "/grumphp.yml" ] }, "config": {