From 16708753b49f18d565d00f24ee664cd9fe9996bb Mon Sep 17 00:00:00 2001 From: brentru Date: Thu, 31 Oct 2019 10:47:37 -0400 Subject: [PATCH] add deployment, drop gperf, python3 --- .travis.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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