diff --git a/.travis.yml b/.travis.yml index e304411f2..32116a4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ notifications: php: - '7.1' + - '7.2' addons: mariadb: '10.2' diff --git a/Changelog b/Changelog index 3b5fd7ae0..5c89a884f 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-01-09 DariusIII + * Chg: Add php7.2 to travis tests * Chg: Start switching to php7.2, remove mcrypt extension requirement from composer.json * Chg: Remove config/nntmux.php 2018-01-08 DariusIII