diff --git a/.travis.yml b/.travis.yml index 185a8f4..9a02313 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,7 @@ os: addons: apt: packages: - - gperf - - python + - python3.6 before_install: # Save path to the git respository @@ -33,4 +32,12 @@ install: script: - cd $PROJECT_PATH - - make firmware \ No newline at end of file + - make firmware + +deploy: + provider: releases + api_key: "GITHUB OAUTH TOKEN" + file: "FILE TO UPLOAD" + skip_cleanup: true + on: + tags: true \ No newline at end of file