Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana authored Mar 17, 2020
1 parent 1dddfba commit 533a200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ script: echo "Nothing to test" && true
before_deploy:
- cd custom_components/shelly
- zip -r shelly4hass *
- ls
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: shelly4hass.zip
skip_cleanup: true
draft: true
prerelease: true
Expand Down

0 comments on commit 533a200

Please sign in to comment.