From ba42f139ddf3c7169abc3b3604e01ef5b5732913 Mon Sep 17 00:00:00 2001 From: Mponos George Date: Tue, 27 Feb 2018 11:02:45 +0200 Subject: [PATCH] Update travis to support latest php versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6d7d412..6b9c9ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 + - 7.2 - hhvm sudo: false