fix travis deployment configuration

This commit is contained in:
Noah Laptop 2020-03-11 13:11:37 -07:00
parent c73a0edf39
commit c0081abf82

View file

@ -48,13 +48,15 @@ jobs:
github_token: $GITHUB_TOKEN github_token: $GITHUB_TOKEN
- stage: "Deploy" - stage: "Deploy"
if: branch = master AND tag is present if: tag is present
script: skip script: skip
deploy: deploy:
provider: releases provider: releases
api_key: $GITHUB_TOKEN api_key: $GITHUB_TOKEN
file: "SSLClient.zip" file: "SSLClient.zip"
skip_cleanup: true skip_cleanup: true
on:
branch: master
install: install:
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/bin sudo sh - curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/bin sudo sh