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 02b015f commit eb3238bCopy full SHA for eb3238b
.travis.yml
@@ -45,7 +45,7 @@ before_install:
45
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
46
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
47
- mkdir -p "$HOME/bin"
48
- - mv arduino-cli-*-linux64 $HOME/bin/arduino-cli
+ - mv arduino-cli $HOME/bin
49
- export PATH="$PATH:$HOME/bin"
50
- arduino-cli core update-index
51
- if [[ "$BOARD" =~ "arduino:samd:" ]]; then
0 commit comments