From 023802fcd60cec7ec34f859829d706302c6a6497 Mon Sep 17 00:00:00 2001 From: Alex Thiessen Date: Fri, 1 May 2020 19:45:43 +0000 Subject: [PATCH] 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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a35f07a0..6fde9c4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ language: shell jobs: - <<: *native_job + name: default Ubuntu os: linux - <<: *native_job + name: MacOS os: osx