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:
Imran Iqbal 2019-10-08 20:08:19 +01:00
parent 00d56a4dfc
commit 5f773d1a5b
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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`