Skip to content

Commit

Permalink
ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
eeyrw committed Feb 14, 2018
1 parent cf70c3c commit 2d01e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ notifications:
on_success: change
on_failure: change
before_deploy:
- zip -r LcdTcpBin.zip /tmp/mkESP/LcdTcp_nodemcuv2/LcdTcp.bin /tmp/mkESP/LcdTcp_nodemcuv2/LcdTcp.elf
- zip LcdTcpBin.zip /tmp/mkESP/LcdTcp_nodemcuv2/LcdTcp.bin /tmp/mkESP/LcdTcp_nodemcuv2/LcdTcp.elf
deploy:
provider: releases
api_key:
Expand All @@ -39,3 +39,4 @@ deploy:
skip_cleanup: true
on:
repo: eeyrw/LcdTcp
tags: true

0 comments on commit 2d01e0d

Please sign in to comment.