Skip to content

Commit 5f773d1

Browse files
committed
ci(travis): use env and name for improved display in Travis
* #175 (comment)
1 parent 00d56a4 commit 5f773d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
# Run all of the linters in a single job
2828
- language: node_js
2929
node_js: lts/*
30-
env: 'Lint: salt-lint, yamllint, rubocop & commitlint'
30+
env: Lint
31+
name: 'Lint: salt-lint, yamllint, rubocop & commitlint'
3132
before_install: skip
3233
script:
3334
# Install and run `salt-lint`
@@ -93,6 +94,8 @@ jobs:
9394
- stage: release
9495
language: node_js
9596
node_js: lts/*
97+
env: Release
98+
name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
9699
before_install: skip
97100
script:
98101
# Update `AUTHORS.md`

0 commit comments

Comments
 (0)