Add php7.2 to travis tests

This commit is contained in:
DariusIII
2018-01-09 12:16:13 +01:00
parent 5cb2c78b83
commit 522ac1bc87
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ notifications:
php:
- '7.1'
- '7.2'
addons:
mariadb: '10.2'
+1
View File
@@ -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