From bcaeeaa09aa9df378a62d759e1f0b5a5786bd675 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 12 Dec 2017 09:25:10 -0600 Subject: [PATCH] test on 7.2 7.2 is released now, so let's test it. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c0ac22..e3731a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 - hhvm # This triggers builds to run on the new TravisCI infrastructure.