Update .travis.yml and readme with badge

This commit is contained in:
Michael Butler 2018-03-18 20:19:03 -04:00
parent 0d6f3372cc
commit cc558ac808
2 changed files with 15 additions and 13 deletions

View file

@ -8,8 +8,6 @@ cache:
# Run tests against all these PHP versions
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1

View file

@ -1,6 +1,8 @@
PHP Markdown
============
[![Build Status](https://travis-ci.org/michelf/php-markdown.svg?branch=lib)](https://travis-ci.org/michelf/php-markdown)
PHP Markdown Lib 1.8.0 - 14 Jan 2018
by Michel Fortin
@ -163,10 +165,12 @@ potential side effects, and future extensibility -- before deciding on
acceptance or rejection.
If you make a pull request that includes changes to the parser please add
tests for what is being changed to [MDTest][] and make a pull request there
too.
tests for what is being changed to the `test/` directory. This can be as
simple as adding a `.text` (input) file with a corresponding `.xhtml`
(output) file to proper category under `./test/resources/`.
[MDTest]: https://github.com/michelf/mdtest/
Traditionally tests were in a separate repository, [MDTest](https://github.com/michelf/mdtest)
but they are now located here, alongside the source code.
Donations