Skip to content

Commit 5f0e198

Browse files
authored
more descriptive Travis job names (#9400)
1 parent e96e7ce commit 5f0e198

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
# QGIS TESTS ON BIONIC
3737
##########################################################
3838
- os: linux
39-
name: building and testing on linux
39+
name: building and testing on linux 🍳
4040
if: type != cron
4141
services: docker
4242
env:
@@ -49,7 +49,7 @@ matrix:
4949
# CODE LAYOUT
5050
##########################################################
5151
- os: linux
52-
name: code layout
52+
name: code layout 👗
5353
if: type != cron
5454
env:
5555
- TRAVIS_CONFIG=code_layout
@@ -99,7 +99,7 @@ matrix:
9999
# BIONIC DOCKER BUILD ON CRON OR TAG
100100
##########################################################
101101
- os: linux
102-
name: bionic docker build
102+
name: bionic docker build 🐳
103103
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
104104
services: docker
105105
env:
@@ -112,7 +112,7 @@ matrix:
112112
# COSMIC DOCKER BUILD ON CRON OR TAG
113113
##########################################################
114114
- os: linux
115-
name: cosmic docker build
115+
name: cosmic docker build 🐠
116116
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
117117
services: docker
118118
env:

0 commit comments

Comments
 (0)