From fa7d84e419c4e203ff90d75bd107d44b07f02a20 Mon Sep 17 00:00:00 2001
From: Tri Tran <tri.tran@8bitrockr.com>
Date: Sat, 5 Dec 2015 21:56:20 +0700
Subject: [PATCH] Fixed | Updated travis configuration

---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 545694e..10ed055 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,11 @@ php:
   - 5.5
   - 5.6
   - 7.0
-  - hhvm
+matrix:
+  allow_failures:
+    - php: hhvm
 before_script:
   - composer install --no-interaction
 script:
   - vendor/bin/phpunit --coverage-clover=coverage.clover
-  - vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/,Tests/app/ ./
\ No newline at end of file
+  - vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/ ./
-- 
GitLab