Pushing for travis build

This commit is contained in:
Khoa Ton 2020-04-04 02:11:30 -07:00
parent f1ed412acb
commit 60e45bc7aa
1 changed files with 2 additions and 0 deletions

View File

@ -44,3 +44,5 @@ script:
- platformio run -e $ENV
before_deploy:
- for file in .pioenvs/*/firmware.bin; do cp $file ${file%/*}.bin; done