From: Stricted Date: Wed, 23 Dec 2015 19:55:06 +0000 (+0100) Subject: phpcs currently not woking on php7 and hhvm, so remove hhvm an allow php7 to failure X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2853325556a7f7610067b661b2b437be7df1ee58;p=GitHub%2FStricted%2FDomain-Control-Panel.git phpcs currently not woking on php7 and hhvm, so remove hhvm an allow php7 to failure --- 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