Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Added PHP 7.3 test suite to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 10, 2019
1 parent 6f53310 commit a131491
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 7
- 7.1
- 7.2
- 7.3

cache:
directories:
Expand All @@ -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)
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

<a href="https://opencollective.com/userfrosting#backer" target="_blank">
<img src="https://opencollective.com/userfrosting/donate/button.png?color=blue" width=300 />
Expand All @@ -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.

Expand Down

0 comments on commit a131491

Please sign in to comment.