diff --git a/.travis.yml b/.travis.yml
index f7d9851..ad38a60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,6 @@ cache:
# Run tests against all these PHP versions
php:
- - 5.4
- - 5.5
- 5.6
- 7.0
- 7.1
diff --git a/Readme.md b/Readme.md
index e7f5827..ac1e870 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,12 +1,14 @@
PHP Markdown
============
+[](https://travis-ci.org/michelf/php-markdown)
+
PHP Markdown Lib 1.8.0 - 14 Jan 2018
-by Michel Fortin
+by Michel Fortin
-based on Markdown by John Gruber
+based on Markdown by John Gruber
@@ -25,9 +27,9 @@ software tool, originally written in Perl, that converts the plain text
markup to HTML. PHP Markdown is a port to PHP of the original Markdown
program by John Gruber.
-* [Full documentation of the Markdown syntax]()
+* [Full documentation of the Markdown syntax]()
— Daring Fireball (John Gruber)
-* [Markdown Extra syntax additions]()
+* [Markdown Extra syntax additions]()
— 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
@@ -384,12 +388,12 @@ Copyright and License
PHP Markdown Lib
Copyright (c) 2004-2018 Michel Fortin
-
+
All rights reserved.
-Based on Markdown
-Copyright (c) 2003-2005 John Gruber
-
+Based on Markdown
+Copyright (c) 2003-2005 John Gruber
+
All rights reserved.
Redistribution and use in source and binary forms, with or without