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 659ee9e commit 615b3d6Copy full SHA for 615b3d6
.travis.yml
@@ -65,7 +65,7 @@ before_install:
65
- wget http://downloads.arduino.cc/arduino-cli/arduino-cli-$CLI_VERSION-linux64.tar.bz2
66
- tar xf arduino-cli-$CLI_VERSION-linux64.tar.bz2
67
- mkdir -p "$HOME/bin"
68
- - mv arduino-cli-*-linux64 $HOME/bin/arduino-cli
+ - mv arduino-cli "$HOME/bin"
69
- export PATH="$PATH:$HOME/bin"
70
- arduino-cli core update-index
71
- buildExampleSketch() { arduino-cli compile --verbose --warnings all --fqbn $BOARD "$PWD/examples/$1"; }
0 commit comments