From 238ce588102d24dd04c0c4cb9701103339886f82 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sat, 16 Jan 2016 02:31:11 -0800 Subject: [PATCH] Include PHP 7 in continuous integration tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5e046cc..77629d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,13 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm - nightly matrix: allow_failures: + - php: 7.0 - php: nightly before_script: