From 814a6cf30b189e68a100e54472f7d7876b4aa379 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 23 Jun 2015 08:52:32 +0100 Subject: [PATCH] Added PHP 7 back to test suite Allow it to fail, instead of HHVM --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b739622..85f6043b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,11 @@ php: - 5.5 - 5.6 - hhvm + - nightly matrix: allow_failures: - - php: hhvm + - php: nightly fast_finish: true sudo: false