From d6803da0d0a64d82937393800c4eda3fd9529a83 Mon Sep 17 00:00:00 2001 From: chadicus Date: Sun, 1 Oct 2017 15:50:58 -0400 Subject: [PATCH] Add PHP 7.2 to travis-ci build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 298f54f..2d6d676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 - hhvm install: composer install script: