We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
name
1 parent dbee3f7 commit 8d86eb4Copy full SHA for 8d86eb4
ssf/files/default/.travis.yml
@@ -46,7 +46,8 @@ jobs:
46
# Run all of the linters in a single job
47
- language: node_js
48
node_js: lts/*
49
- env: 'Lint: salt-lint, yamllint, rubocop & commitlint'
+ env: Lint
50
+ name: 'Lint: salt-lint, yamllint, rubocop & commitlint'
51
before_install: skip
52
script:
53
# Install and run `salt-lint`
@@ -96,6 +97,8 @@ jobs:
96
97
- stage: release
98
language: node_js
99
100
+ env: Release
101
+ name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
102
103
104
# Update `AUTHORS.md`
0 commit comments