Skip to content

Commit

Permalink
Update .travis.yml, build config validation report warning
Browse files Browse the repository at this point in the history
deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup)
deploy: key api_key is an alias for token, using token
  • Loading branch information
socheatsok78 committed Feb 12, 2020
1 parent 6a4258f commit cd6ed6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd6ed6a

Please sign in to comment.