We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4813c7 commit b4468efCopy full SHA for b4468ef
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
10
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
11
- mkdir -p $HOME/bin
12
- - mv arduino-cli-*-linux64 $HOME/bin/arduino-cli
+ - mv arduino-cli $HOME/bin/arduino-cli
13
- export PATH=$PATH:$HOME/bin
14
- arduino-cli core update-index
15
- if [[ "$BOARD" =~ "arduino:megaavr:" ]]; then
0 commit comments