From 584ada7452b3bdd3a210825d5c522f7a47864ace Mon Sep 17 00:00:00 2001 From: lsolesen Date: Thu, 14 Apr 2016 08:01:56 +0000 Subject: [PATCH] Allow failures on unstable PHP versions --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa5f8bb..af647a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,15 @@ sudo: false php: - 5.5 - 5.6 - - 7 + - 7.0 - hhvm - nightly +matrix: + fast_finish: true + allow_failures: + - php: nightly + install: - composer self-update - composer install --no-interaction