From 2c81ff70dd4f332ce517e8cbb22ad72ad4893984 Mon Sep 17 00:00:00 2001 From: Chris Tankersley Date: Wed, 11 Sep 2019 16:52:21 -0400 Subject: [PATCH] Added 7.2 to travis-ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 61fd903..869b33f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 before_script: - composer self-update