From 5f773d1a5bad9e81521bfd5546e6cc3776c8d451 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 8 Oct 2019 20:08:19 +0100 Subject: [PATCH] ci(travis): use `env` and `name` for improved display in Travis * https://github.com/saltstack-formulas/template-formula/pull/175#discussion_r332613933 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a3c5748..abe4daf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`