Quellcode durchsuchen

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/v0.5.1
Imran Iqbal vor 5 Jahren
Ursprung
Commit
3d5cd5ccf3
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. +4
    -3
      .travis.yml

+ 4
- 3
.travis.yml Datei anzeigen

@@ -73,8 +73,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'

Laden…
Abbrechen
Speichern