Remove invalid deployment condition from travis CI
This commit is contained in:
parent
546eb8f085
commit
56825048bf
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue