From d1bce2e9e26fa917acaddc3bb1b1f81fd2387d70 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 14 Sep 2017 14:23:07 +0100 Subject: [PATCH] Test against PHP7.2 as well on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 58a72567..ee7be9b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ env: php: - 7.1 + - 7.2 before_install: - cp .env.travis .env