From c0081abf8247c24e9605af1fe171d85d32047e5e Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Wed, 11 Mar 2020 13:11:37 -0700 Subject: [PATCH] fix travis deployment configuration --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4fbc802..3011ad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,15 @@ jobs: github_token: $GITHUB_TOKEN - stage: "Deploy" - if: branch = master AND tag is present + if: tag is present script: skip deploy: provider: releases api_key: $GITHUB_TOKEN file: "SSLClient.zip" skip_cleanup: true + on: + branch: master install: - curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/bin sudo sh