phpcs currently not woking on php7 and hhvm, so remove hhvm an allow php7 to failure
authorStricted <info@stricted.de>
Wed, 23 Dec 2015 19:55:06 +0000 (20:55 +0100)
committerStricted <info@stricted.de>
Wed, 23 Dec 2015 19:55:06 +0000 (20:55 +0100)
.travis.yml

index 336093a836a1c6b0250b76c9b3d4d47308cf410b..ef0778ce66d44295160c420ff19a5788e7244aea 100644 (file)
@@ -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