From 56825048bfb01f82423a67f39c2169746be33aae Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Wed, 11 Mar 2020 13:42:31 -0700 Subject: [PATCH] Remove invalid deployment condition from travis CI --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b2bbec..640dbe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,6 @@ jobs: 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