From 3ceebc637d78b1257227095a2cbfeff202152243 Mon Sep 17 00:00:00 2001 From: Bryant Luk Date: Thu, 7 Jan 2016 15:05:36 -0600 Subject: [PATCH] Add PHP 7.0 to Travis-CI tested PHP versions --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb6a6ae..583b7f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.4 - 5.5 - 5.6 +- 7.0 - hhvm matrix: allow_failures: