diff --git a/.travis.yml b/.travis.yml index 3e62e6d9b..600f1ed62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ notifications: - "\x030[\x0310Travis-ci\x030]\x03 Commit \x0314{%{commit}}\x03 by \x0315(%{author})\x03@\x0313%{repository_name}/%{branch}\x03 has \x037%{result}\x03: \x032%{build_url}\x03" php: - - '7.1' - '7.2' addons: diff --git a/Changelog b/Changelog index ef0e609c6..c451042ac 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-01-29 DariusIII + * Chg: Remove PHP7.1 tests from travis * Fix: Fix adding of new cbpr after the latest changes 2018-01-28 DariusIII * Chg: Make PHP7.2 lowest supported version, use sodium for bin2hex and hex2bin operations