Update .travis.yml

This commit is contained in:
Jason2866 2019-09-18 13:13:11 +02:00 committed by GitHub
parent 3f7b4999c7
commit b8b8bb0b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ env:
- ENV=sonoff-UK
script:
- platformio update
- platformio run -e $ENV
before_deploy:
- for file in .pioenvs/*/firmware.bin; do cp $file ${file%/*}.bin; done