Skip to content

Commit

Permalink
Merge 2b293d0 into 2a14999
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed May 15, 2019
2 parents 2a14999 + 2b293d0 commit 8d58514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .sensiolabs.yml
@@ -1,4 +1,4 @@
php_version: 5.6
php_version: 7.1

# Configure the failure conditions for your commit status.
# If at least one of these conditions is verified, the commit status is displayed as failed.
Expand Down Expand Up @@ -45,12 +45,11 @@ commit_failure_conditions:
# - "pr.violations > 150"

# Configure the directories excluded from the analysis. By default,
# this setting excldues directories commonly used to store tests
# this setting excluded directories commonly used to store tests
# and third-party libraries.
global_exclude_dirs:
- vendor
- vendors
- vendor_bower
- test
- tests
- Tests
Expand All @@ -69,3 +68,4 @@ exclude_patterns:
- web/config.php
- web/app_*.php
- src/Kunstmaan/*/phpunit.xml.dist
- src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/*

0 comments on commit 8d58514

Please sign in to comment.