From 2c4b941c2e2a01d738851248c5757b67b322cc64 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <r.natshah@vardot.com>
Date: Thu, 4 Aug 2016 21:36:35 +0300
Subject: [PATCH] Removed   - behat --strict .. and only have behat.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d303cc32..fbfd4154 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ before_script:
 
 script:
   - cd ..
-  - behat --strict
+  - behat
 
 matrix:
   fast_finish: true
-- 
GitLab