Skip to content

Commit

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

0 comments on commit 5f0e198

Please sign in to comment.