mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-26 00:41:35 -06:00
Deprecated ci composer command, since it does the same as check, but slower
This commit is contained in:
parent
3eddacdff8
commit
358b2b661e
@ -26,7 +26,7 @@ install:
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
- composer ci
|
||||
- composer check
|
||||
|
||||
after_success:
|
||||
- rm -f build/clover.xml
|
||||
|
@ -88,17 +88,15 @@
|
||||
},
|
||||
"scripts": {
|
||||
"check": [
|
||||
"@cs",
|
||||
"@stan",
|
||||
"@test",
|
||||
"@infect"
|
||||
],
|
||||
"ci": [
|
||||
"@cs",
|
||||
"@stan",
|
||||
"@test:ci",
|
||||
"@infect:ci"
|
||||
],
|
||||
"ci": [
|
||||
"echo \"This command is DEPRECATED. Use check instead\"",
|
||||
"@check"
|
||||
],
|
||||
|
||||
"cs": "phpcs",
|
||||
"cs:fix": "phpcbf",
|
||||
|
Loading…
Reference in New Issue
Block a user