Skip to content

Commit

Permalink
Merge pull request #100 from myii/feat/finalise-travis-build-config-v…
Browse files Browse the repository at this point in the history
…alidation

feat(travis): opt-in to `dpl v2` to complete build config validation
  • Loading branch information
myii authored Nov 20, 2019
2 parents 30c4f55 + b0e36eb commit b9c4808
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'ci(kitchen+travis): add `latest` suite'
body: '* Automated using https://github.com/myii/ssf-formula/pull/99'
title: 'ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]'
body: '* Automated using https://github.com/myii/ssf-formula/pull/100'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down
7 changes: 4 additions & 3 deletions ssf/files/default/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@ jobs:
@semantic-release/git@7
deploy:
provider: 'script'
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
# cleanup: false
skip_cleanup: true
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
# * https://docs.travis-ci.com/user/build-config-validation
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
edge: true
# Run `semantic-release`
script: 'npx semantic-release@15'

0 comments on commit b9c4808

Please sign in to comment.