Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 182e85c

Browse files
authoredJan 17, 2019
add name to travis builds
1 parent 68994ad commit 182e85c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ matrix:
3232
# QGIS TESTS ON BIONIC
3333
##########################################################
3434
- os: linux
35+
name: building and testing on linux
3536
if: type != cron
3637
services: docker
3738
env:
@@ -44,6 +45,7 @@ matrix:
4445
# CODE LAYOUT
4546
##########################################################
4647
- os: linux
48+
name: code layout
4749
if: type != cron
4850
env:
4951
- TRAVIS_CONFIG=code_layout
@@ -93,6 +95,7 @@ matrix:
9395
# BIONIC DOCKER BUILD ON CRON OR TAG
9496
##########################################################
9597
- os: linux
98+
name: bionic docker build
9699
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
97100
services: docker
98101
env:
@@ -105,6 +108,7 @@ matrix:
105108
# COSMIC DOCKER BUILD ON CRON OR TAG
106109
##########################################################
107110
- os: linux
111+
name: cosmic docker build
108112
if: repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
109113
services: docker
110114
env:

0 commit comments

Comments
 (0)
Please sign in to comment.