Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Add architecture sniffer for demoshop again.
Browse files Browse the repository at this point in the history
dereuromark committed Dec 14, 2017
1 parent ffe676e commit 7daea85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7daea85

Please sign in to comment.