File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 88
99before_script : composer install --dev
1010
11- script : ./vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
11+ jobs :
12+ include :
13+ - stage : lint
14+ script :
15+ - composer lint
16+ - ./vendor/bin/phpstan analyze -c vendor/nunomaduro/larastan/extension.neon -l 4 src/
17+ - stage : test
18+ script : ./vendor/phpunit/phpunit/phpunit --configuration phpunit.xml
19+
20+
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "lint:fix" : " ./vendor/bin/php-cs-fixer fix --config=.php_cs --using-cache false" ,
1313 "lint:check" : " ./vendor/bin/phplint" ,
14- "lint" : " composer run-script lint:fix && composer run-script lint:check" ,
14+ "lint" : " composer run-script lint && composer run-script lint:check" ,
1515 "test" : " ./vendor/bin/phpunit"
1616 },
1717 "require" : {
You can’t perform that action at this time.
0 commit comments