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 8
8
9
9
before_script : composer install --dev
10
10
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 11
11
"scripts" : {
12
12
"lint:fix" : " ./vendor/bin/php-cs-fixer fix --config=.php_cs --using-cache false" ,
13
13
"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" ,
15
15
"test" : " ./vendor/bin/phpunit"
16
16
},
17
17
"require" : {
You can’t perform that action at this time.
0 commit comments