From 361b06662b4de98e31071deea0419e64731f1e79 Mon Sep 17 00:00:00 2001 From: Henry Wong Date: Fri, 13 Apr 2018 10:34:39 -0400 Subject: [PATCH 1/2] Fix broken link on CONTRIBUTING.md Fix php-doc link to https://docs.phpdoc.org/references/phpdoc/index.html --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cb61970..9ad448e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,4 +20,4 @@ Klein is an open library designed for a specific purpose. You may find that a ce [unit-testing]: README.md#unit-testing [psr-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [code-sniffer]: https://github.com/squizlabs/PHP_CodeSniffer - [php-doc]: http://www.phpdoc.org/docs/latest/for-users/phpdoc-reference.html + [php-doc]: https://docs.phpdoc.org/references/phpdoc/index.html From 41ef0e7cdaca1b60de64f7604ddd7a7ab50d050c Mon Sep 17 00:00:00 2001 From: Henry Wong Date: Fri, 27 Apr 2018 19:06:10 +0000 Subject: [PATCH 2/2] Thank you Golodnyi Pulled from https://github.com/Golodnyi/klein.php/blob/26d3a502b328cd84bb90f0e9232fa4b56ce85a87/.travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8ad4419..55e07489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: php php: - - 5.3 - 5.4 - 5.5 - 5.6 @@ -11,6 +10,9 @@ php: - hhvm matrix: + include: + - php: 5.3 + dist: precise allow_failures: - php: nightly - php: hhvm