Skip to content

Commit 8d86eb4

Browse files
committed
feat(travis): use env and name for improved display in Travis
* saltstack-formulas/template-formula#175 (comment)
1 parent dbee3f7 commit 8d86eb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ssf/files/default/.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
# Run all of the linters in a single job
4747
- language: node_js
4848
node_js: lts/*
49-
env: 'Lint: salt-lint, yamllint, rubocop & commitlint'
49+
env: Lint
50+
name: 'Lint: salt-lint, yamllint, rubocop & commitlint'
5051
before_install: skip
5152
script:
5253
# Install and run `salt-lint`
@@ -96,6 +97,8 @@ jobs:
9697
- stage: release
9798
language: node_js
9899
node_js: lts/*
100+
env: Release
101+
name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
99102
before_install: skip
100103
script:
101104
# Update `AUTHORS.md`

0 commit comments

Comments
 (0)