diff --git a/.travis.yml b/.travis.yml index a80e0947..aac35712 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,16 @@ language: php +before_install: + - apt-cache policy libxml2 + install: - composer install php: - - "5.6" - "7.0" - "7.1" - "7.2" + - "7.3" script: - ./vendor/bin/phpunit --coverage-clover ./test/clover.xml @@ -15,5 +18,3 @@ script: after_script: - composer require php-coveralls/php-coveralls:^2.0 - php ./vendor/php-coveralls/php-coveralls/bin/php-coveralls -v - -sudo: false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c636fe6..7879d1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [v2.0.0](https://github.com/andreskrey/readability.php/releases/tag/v2.0.0) + +- [BREAKING CHANGE] Bumped the minimum supported version of PHP to 7.0 +- Clean `