From 2853325556a7f7610067b661b2b437be7df1ee58 Mon Sep 17 00:00:00 2001 From: Stricted Date: Wed, 23 Dec 2015 20:55:06 +0100 Subject: [PATCH] phpcs currently not woking on php7 and hhvm, so remove hhvm an allow php7 to failure --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 336093a..ef0778c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,10 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm matrix: + fast_finish: true allow_failures: - php: 7.0 - - php: hhvm before_install: - pear install pear/PHP_CodeSniffer - phpenv rehash -- 2.20.1