Skip to content

Commit

Permalink
ci(travis): use env and name for improved display in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 8, 2019
1 parent 00d56a4 commit 5f773d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 5f773d1

Please sign in to comment.