From 45310527cf5cd86e8bcf9ac660352a5b4cb2a349 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 17 Sep 2014 13:09:22 -0400 Subject: [PATCH] Updated php environments to test against 5.6 and hhvm are no longer allowed failures. hhvm-nightly as been added as an allowed failure. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c7898f..8bfb40e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ php: - 5.5 - 5.6 - hhvm + - hhvm-nightly matrix: allow_failures: - - php: 5.6 - - php: hhvm + - php: hhvm-nightly install: - composer install