From 7daea85343a2d8ce88d9e9e5678f02d9ab0b08d2 Mon Sep 17 00:00:00 2001 From: dereuromark Date: Thu, 14 Dec 2017 20:37:50 +0100 Subject: [PATCH] Add architecture sniffer for demoshop again. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d065c9f0..1e2d0fc24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,7 +89,8 @@ script: - if [[ $TEST_GROUP == 'acceptance' ]]; then vendor/bin/codecept run -g Presentation ; fi - if [[ $PHPSTAN != 1 && $TEST_GROUP == 'without-acceptance' ]] ; then vendor/bin/console transfer:validate ; fi - - if [[ $PHPSTAN != 1 && $TEST_GROUP == 'without-acceptance' ]] ; then vendor/bin/console code:sniff ; fi + - if [[ $PHPSTAN != 1 && $TEST_GROUP == 'without-acceptance' ]] ; then vendor/bin/console code:sniff:style ; fi + - if [[ $PHPSTAN != 1 && $TEST_GROUP == 'without-acceptance' ]] ; then vendor/bin/phpmd src/ text vendor/spryker/architecture-sniffer/src/ruleset.xml --minimumpriority 2 ; fi - if [[ $PHPSTAN == 1 ]] ; then composer phpstan-setup ; fi - if [[ $PHPSTAN == 1 ]] ; then composer phpstan ; fi