It would be useful to have variables in job names expanded. This would allow to automatically label jobs with some useful info depending on the job setup:
- &test
name: Unit tests (PHP ${TRAVIS_PHP_VERSION})
php: 7.2
script: phpunit
- <<*test
php: 7.3
This should result in two jobs labelled Unit tests (PHP 7.2) and Unit tests (PHP 7.3).