Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more descriptive Travis job names (#9401)
  • Loading branch information
backporting[bot] authored and 3nids committed Mar 6, 2019
1 parent 5d61b66 commit 88f59b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -36,7 +36,7 @@ matrix:
# QGIS TESTS ON BIONIC
##########################################################
- os: linux
name: building and testing on linux
name: building and testing on linux 🍳
if: type != cron
services: docker
env:
Expand All @@ -49,7 +49,7 @@ matrix:
# CODE LAYOUT
##########################################################
- os: linux
name: code layout
name: code layout 👗
if: type != cron
env:
- TRAVIS_CONFIG=code_layout
Expand Down Expand Up @@ -99,7 +99,7 @@ matrix:
# BIONIC DOCKER BUILD ON CRON OR TAG
##########################################################
- os: linux
name: bionic docker build
name: bionic docker build 🐳
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
services: docker
env:
Expand All @@ -112,7 +112,7 @@ matrix:
# COSMIC DOCKER BUILD ON CRON OR TAG
##########################################################
- os: linux
name: cosmic docker build
name: cosmic docker build 🐠
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
services: docker
env:
Expand Down

0 comments on commit 88f59b6

Please sign in to comment.