We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8433664 commit 32a4ee6Copy full SHA for 32a4ee6
.gitattributes
@@ -3,7 +3,6 @@
3
/.gitignore export-ignore
4
/.php_cs.dist export-ignore
5
/.scrutinizer.yml export-ignore
6
-/.travis.yml export-ignore
7
/bin export-ignore
8
/phpstan.neon.dist export-ignore
9
/phpunit.xml.dist export-ignore
.scrutinizer.yml
@@ -19,7 +19,7 @@ build:
19
tools:
20
external_code_coverage:
21
timeout: 3600
22
- runs: 1 # Scrutinizer will wait for code coverage submissions for every PHP versions declared in .travis.yml
+ runs: 1
23
24
build_failure_conditions:
25
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
.travis.yml
0 commit comments