travis: Give jobs names
It's easier to read a long job list when the jobs are named. Reference: https://docs.travis-ci.com/user/build-stages/#naming-your-jobs-within-build-stages
This commit is contained in:
@@ -10,6 +10,8 @@ language: shell
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- <<: *native_job
|
- <<: *native_job
|
||||||
|
name: default Ubuntu
|
||||||
os: linux
|
os: linux
|
||||||
- <<: *native_job
|
- <<: *native_job
|
||||||
|
name: MacOS
|
||||||
os: osx
|
os: osx
|
||||||
|
|||||||
Reference in New Issue
Block a user