From cd6ed6aba9f5ac40cfa476c90bdf45088a9cf2b2 Mon Sep 17 00:00:00 2001 From: Socheat Sok Date: Wed, 12 Feb 2020 14:44:05 +0700 Subject: [PATCH] Update .travis.yml, build config validation report warning deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup) deploy: key api_key is an alias for token, using token --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 971b6fb..825b7db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ after_success: deploy: provider: releases - api_key: $GITHUB_OAUTH_TOKEN + cleanup: true + token: $GITHUB_OAUTH_TOKEN file: "build/Khmer Unicode Installer.pkg" - skip_cleanup: true on: tags: true