Move php-scrutinizer-run after phpunit

This commit is contained in:
DariusIII
2018-03-15 14:15:46 +01:00
parent a9ab693888
commit 69c7cf0637
+1 -1
View File
@@ -12,11 +12,11 @@ build:
tests:
override:
-
command: 'php-scrutinizer-run'
command: 'vendor/bin/phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'clover'
command: 'php-scrutinizer-run'
filter:
excluded_paths:
- "libs/*"