Skip to content

Commit b4468ef

Browse files
Rocketctsandeepmistry
authored andcommitted
changed arduino-cli mv on travis ci file
1 parent b4813c7 commit b4468ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
1010
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
1111
- mkdir -p $HOME/bin
12-
- mv arduino-cli-*-linux64 $HOME/bin/arduino-cli
12+
- mv arduino-cli $HOME/bin/arduino-cli
1313
- export PATH=$PATH:$HOME/bin
1414
- arduino-cli core update-index
1515
- if [[ "$BOARD" =~ "arduino:megaavr:" ]]; then

0 commit comments

Comments
 (0)