Skip to content

Commit

Permalink
Pin arduino-cli version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed Dec 15, 2020
1 parent 714220c commit ad6f934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ before_install:
install:
# Install Arduino CLI
- mkdir ~/arduino-cli
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/arduino-cli sh;
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/arduino-cli sh -s 0.13.0;
- export PATH=$PATH:$HOME/arduino-cli

# Update the board url and package index
Expand Down

0 comments on commit ad6f934

Please sign in to comment.