File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ build :
2
+ nodes :
3
+ analysis :
4
+ tests :
5
+ override : [php-scrutinizer-run]
6
+
1
7
filter :
2
8
excluded_paths : [ 'vendor/*', 'tests/*', 'samples/*' ]
3
9
@@ -14,11 +20,11 @@ tools:
14
20
config :
15
21
ruleset : phpmd.xml.dist
16
22
external_code_coverage :
17
- enabled : true
18
- timeout : 900
23
+ enabled : false
24
+ timeout : 1200
19
25
php_cpd : true
20
26
# php_sim: # Temporarily disabled to allow focus on things other than duplicates
21
27
# min_mass: 40
22
28
php_pdepend : true
23
29
php_analyzer : true
24
- sensiolabs_security_checker : true
30
+ sensiolabs_security_checker : true
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ after_script:
76
76
# # PHPDocumentor
77
77
# # - bash .travis_shell_after_success.sh
78
78
# # Scrutinizer
79
- - wget https://scrutinizer-ci.com/ocular.phar
80
- - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
79
+ - if [ -z "$COVERAGE" ]; then wget https://scrutinizer-ci.com/ocular.phar ; fi
80
+ - if [ -z "$COVERAGE" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml ; fi
81
81
82
82
notifications :
83
83
webhooks :
You can’t perform that action at this time.
0 commit comments