Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bastlirna/esp8266-board-app
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvojte committed Mar 16, 2019
2 parents a94d32c + 609effc commit 16ff193
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ cache:
install:
- pip install -U platformio
- platformio update
before_deploy:
- git config --local user.name "ah01"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
script:
- platformio run

deploy:
provider: releases
api_key:
secure: N1bmvbsO170ne1wnYqVLfunhEmsmGiHogtocBVEJ6ZR4JmtKXg9QB3VcZmoHJgd4CgQaESL3HuzebPslB1AXuivAtlnbmMwkSfo5yyHQjK15Yym0ZwCERgL1SuCxYehJF9LqkPOgmzdugEvHI5qbBI8lmGOBHi1zOxnOBky1Qs7PUPLOw3rFrAPRXbQ/MM3Er/tky4zZC+zT6twjt6Lhc9akeA8s6PFLj30D9RWgrPDhN4WDBqPAs/ctXlFtQ94c7uNE7TbAhq1c9chJNx4wb5X1QEt8XMsy4l0zZAGgWC8RxJUaOZ43c68Marof9E7tY62Pc1JW1DRS+Rw5UB31mo8Hb/gPxWQj0Lcy9SsqdlmxLxSdTdwSNqF2c8Nb/x0TXPeFi7ccmndhZtF1Hhovb/198H9WU9wZ4j9gfNp5jGMUqI5d5x/qNMA/6LjGOeENLif6vrMpe0QJa/jxLUuq2m0YiUyUjtTvkv9wFEV1cJFy7ziXIxAzIgY2L59aZKxCDLIQmNnWOjGip4aguOhRJiNxI3oXjlLx/61zIKx/tbccoRE9PM8Px3HLA5KI2t4AuuhCUCBPo9HK0fqy+y0qVbUrWcWN9owCu/APlS40b7QCjU5rtsITnt1+LQ/Lj0VGSx8yS1x/4HLJePSfOsjaA/pnc8KL+7c6RRSZRelNhMQ=
file: ".pioenvs/board/firmware.hex"
on:
repo: bastlirna/esp8266-board-app

0 comments on commit 16ff193

Please sign in to comment.