summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Makeš <info@makes.cz>2016-10-09 01:58:47 +0200
committerVáclav Makeš <info@makes.cz>2016-10-09 01:58:47 +0200
commit0080ef218e14ba909120d122c7f97d96abc50893 (patch)
tree2c125ebaa144bc01e6530e61010cbd45638a2c69
parentf4e0234af02152f6b3624849e425d41b595eb490 (diff)
downloadparsedown-0080ef218e14ba909120d122c7f97d96abc50893.zip
parsedown-0080ef218e14ba909120d122c7f97d96abc50893.tar.gz
parsedown-0080ef218e14ba909120d122c7f97d96abc50893.tar.bz2
Added PHP version 7.1 for tests
-rw-r--r--.travis.yml1
-rw-r--r--README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 256dcf1..fa5ca98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: php
php:
+ - 7.1
- 7.0
- 5.6
- 5.5
diff --git a/README.md b/README.md
index b84025d..7ef230f 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Better Markdown Parser in PHP
* Super Fast
* Extensible
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
-* Tested in 5.3 to 7.0 and in HHVM
+* Tested in 5.3 to 7.1 and in HHVM
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
### Installation