From 61762107acd6ee646da50499d3b2b0e72fbcb79f Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 30 Jun 2017 23:56:35 +0100 Subject: [PATCH] Add php 7 to Travis tests matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ca59cd0..d2eb5d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 + - 7.1 - hhvm install: -- 2.43.0