From https://docs.travis-ci.com/user/build-stages/#naming-your-build-stages
“The first letter of a stage name is automatically capitalized for aesthetical reasons”
For aestetical reasons, I suggest to skip emojis there, too.
As they look way nicer and more homogen when placed at the beginning of the stage names, because they show in line then (above each other).
Currently, if you put them at the start, capitalization doesn’t happen anymore. And since cases are ignored at all for names, you end up with lowercase names.
Or does it help to wrap the name in quotes? Would there be a difference?
- stage: Test Test
or - stage: “Test Test”