From a13149131858bd528428d3f0dead9247099b3ce8 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Wed, 9 Jan 2019 22:49:50 -0500 Subject: [PATCH] Added PHP 7.3 test suite to Travis --- .travis.yml | 6 +++++- LICENSE.md | 2 +- README.md | 10 +++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96c47e3..d622fb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ php: - 7 - 7.1 - 7.2 + - 7.3 cache: directories: @@ -16,4 +17,7 @@ before_script: - composer install script: - - vendor/bin/phpunit + - vendor/bin/phpunit --coverage-clover=coverage.xml + +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/LICENSE.md b/LICENSE.md index e6cacbc..85a89da 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2013-2017 by Alexander Weissman (https://alexanderweissman.com) +Copyright (c) 2013-2019 by Alexander Weissman (https://alexanderweissman.com) UserFrosting is 100% free and open-source. diff --git a/README.md b/README.md index b39a6bf..f0fee3d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Fortress 4.1 +# Fortress 4 -[![Build Status](https://travis-ci.org/userfrosting/fortress.svg?branch=master)](https://travis-ci.org/userfrosting/fortress) [![Join the chat at https://chat.userfrosting.com/channel/support](https://demo.rocket.chat/images/join-chat.svg)](https://chat.userfrosting.com/channel/support) [![Backers on Open Collective](https://opencollective.com/userfrosting/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/userfrosting/sponsors/badge.svg)](#sponsors) +[![Build Status](https://travis-ci.org/userfrosting/fortress.svg?branch=master)](https://travis-ci.org/userfrosting/fortress) +[![codecov](https://codecov.io/gh/userfrosting/fortress/branch/master/graph/badge.svg)](https://codecov.io/gh/userfrosting/fortress) +[![Join the chat at https://chat.userfrosting.com/channel/support](https://demo.rocket.chat/images/join-chat.svg)](https://chat.userfrosting.com/channel/support) +[![Backers on Open Collective](https://opencollective.com/userfrosting/backers/badge.svg)](#backers) +[![Sponsors on Open Collective](https://opencollective.com/userfrosting/sponsors/badge.svg)](#sponsors) @@ -10,7 +14,7 @@ If you simply want to show that you like this project, or want to remember it fo ### By [Alex Weissman](https://alexanderweissman.com) -Copyright (c) 2015-2017 +Copyright (c) 2015-2019 A schema-driven system for elegant whitelisting, transformation and validation of user input on both the client and server sides from a unified set of rules.