mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci(travis): use env
and name
for improved display in Travis
* https://github.com/saltstack-formulas/template-formula/pull/175#discussion_r332613933
This commit is contained in:
parent
00d56a4dfc
commit
5f773d1a5b
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,8 @@ jobs:
|
|||
# Run all of the linters in a single job
|
||||
- language: node_js
|
||||
node_js: lts/*
|
||||
env: 'Lint: salt-lint, yamllint, rubocop & commitlint'
|
||||
env: Lint
|
||||
name: 'Lint: salt-lint, yamllint, rubocop & commitlint'
|
||||
before_install: skip
|
||||
script:
|
||||
# Install and run `salt-lint`
|
||||
|
@ -93,6 +94,8 @@ jobs:
|
|||
- stage: release
|
||||
language: node_js
|
||||
node_js: lts/*
|
||||
env: Release
|
||||
name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
|
||||
before_install: skip
|
||||
script:
|
||||
# Update `AUTHORS.md`
|
||||
|
|
Loading…
Add table
Reference in a new issue