Remove PHP7.1 tests from travis

This commit is contained in:
DariusIII
2018-01-29 09:47:33 +01:00
parent eec9796e31
commit e649ccf60c
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -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:
+1
View File
@@ -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