|
|
@@ -43,8 +43,8 @@ jobs: |
|
|
|
- gem install rubocop |
|
|
|
- rubocop -d |
|
|
|
# Install and run `commitlint` |
|
|
|
- npm install @commitlint/config-conventional -D |
|
|
|
- npm install @commitlint/travis-cli -D |
|
|
|
- npm i -D @commitlint/config-conventional |
|
|
|
@commitlint/travis-cli |
|
|
|
- commitlint-travis |
|
|
|
|
|
|
|
## Define the rest of the matrix based on Kitchen testing |
|
|
@@ -60,19 +60,21 @@ jobs: |
|
|
|
- env: INSTANCE=v201707-py2-centos-6-2017-7-py2 |
|
|
|
# - env: INSTANCE=v201707-py2-amazonlinux-2-2017-7-py2 |
|
|
|
# - env: INSTANCE=v201707-py2-arch-base-latest-2017-7-py2 |
|
|
|
- env: INSTANCE=v201803-py2-debian-9-2018-3-py2 |
|
|
|
# - env: INSTANCE=v201803-py2-debian-9-2018-3-py2 |
|
|
|
# - env: INSTANCE=v201803-py2-ubuntu-1604-2018-3-py2 |
|
|
|
- env: INSTANCE=v201803-py2-centos-7-2018-3-py2 |
|
|
|
# - env: INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2 |
|
|
|
- env: INSTANCE=v201803-py2-amazonlinux-2-2018-3-py2 |
|
|
|
# - env: INSTANCE=v201803-py2-arch-base-latest-2018-3-py2 |
|
|
|
- env: INSTANCE=v201902-py2-debian-9-2019-2-py2 |
|
|
|
- env: INSTANCE=v201902-py2-ubuntu-1804-2019-2-py2 |
|
|
|
# - env: INSTANCE=v201902-py2-centos-7-2019-2-py2 |
|
|
|
- env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2 |
|
|
|
# - env: INSTANCE=v201902-py2-opensuse-leap-151-2019-2-py2 |
|
|
|
# - env: INSTANCE=v201902-py2-amazonlinux-2-2019-2-py2 |
|
|
|
# - env: INSTANCE=v201902-py2-arch-base-latest-2019-2-py2 |
|
|
|
- env: INSTANCE=v201902-py3-debian-10-2019-2-py3 |
|
|
|
# - env: INSTANCE=v201902-py3-debian-9-2019-2-py3 |
|
|
|
# - env: INSTANCE=v201902-py3-debian-10-2019-2-py3 |
|
|
|
# - env: INSTANCE=v201902-py3-ubuntu-1804-2019-2-py3 |
|
|
|
# - env: INSTANCE=v201902-py3-centos-8-2019-2-py3 |
|
|
|
- env: INSTANCE=v201902-py3-fedora-31-2019-2-py3 |
|
|
|
- env: INSTANCE=v201902-py3-opensuse-leap-151-2019-2-py3 |
|
|
|
|
|
|
|
## Define the release stage that runs `semantic-release` |
|
|
@@ -89,9 +91,9 @@ jobs: |
|
|
|
- maintainer contributor |
|
|
|
|
|
|
|
# Install all dependencies required for `semantic-release` |
|
|
|
- npm install @semantic-release/changelog@3 -D |
|
|
|
- npm install @semantic-release/exec@3 -D |
|
|
|
- npm install @semantic-release/git@7 -D |
|
|
|
- npm i -D @semantic-release/changelog@3 |
|
|
|
@semantic-release/exec@3 |
|
|
|
@semantic-release/git@7 |
|
|
|
deploy: |
|
|
|
provider: script |
|
|
|
skip_cleanup: true |