Browse Source

ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/100
tags/v1.2.2
Imran Iqbal 5 years ago
parent
commit
2e68bcad91
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      .travis.yml

+ 4
- 3
.travis.yml View File

@semantic-release/git@7 @semantic-release/git@7
deploy: deploy:
provider: 'script' 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` # Run `semantic-release`
script: 'npx semantic-release@15' script: 'npx semantic-release@15'

Loading…
Cancel
Save