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-stagespull/1581/head
parent
2831135ed6
commit
023802fcd6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue