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 00d56a4 commit 5f773d1Copy full SHA for 5f773d1
.travis.yml
@@ -27,7 +27,8 @@ jobs:
27
# Run all of the linters in a single job
28
- language: node_js
29
node_js: lts/*
30
- env: 'Lint: salt-lint, yamllint, rubocop & commitlint'
+ env: Lint
31
+ name: 'Lint: salt-lint, yamllint, rubocop & commitlint'
32
before_install: skip
33
script:
34
# Install and run `salt-lint`
@@ -93,6 +94,8 @@ jobs:
93
94
- stage: release
95
language: node_js
96
97
+ env: Release
98
+ name: 'Run semantic-release inc. file updates to AUTHORS, CHANGELOG & FORMULA'
99
100
101
# Update `AUTHORS.md`
0 commit comments