From 1260da85a765939cac6114ae4c3dad8191ce8376 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 30 Sep 2017 12:13:12 +0200 Subject: [PATCH] Added PHP 7.2 to the build matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83d37309..617ac22b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 5.6 - 7 - 7.1 + - 7.2 before_install: phpenv config-add .travis-php.ini