Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b4468ef

Browse filesBrowse files
Rocketctsandeepmistry
authored andcommitted
changed arduino-cli mv on travis ci file
1 parent b4813c7 commit b4468ef
Copy full SHA for b4468ef

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.