From 1a8d914fbd5e43f78ee2334b9c5ccd51ee65ad57 Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Wed, 20 Nov 2019 16:31:58 +0000
Subject: [PATCH] ci(travis): opt-in to `dpl v2` to complete build config
 validation [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/100
---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fa65933..a7370a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,8 +104,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'
-- 
GitLab