Skip to content

Commit 4d99a0f

Browse files
authored
Update .travis.yml
1 parent 7725c8b commit 4d99a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino"
1111
],
1212
"install": [
13-
"ln -s $PWD /usr/local/share/arduino/libraries/ArduinoLog"
13+
"sudo ln -s $PWD /usr/local/share/arduino/libraries/ArduinoLog"
1414
],
1515
"script": [
1616
"arduino --verify --board arduino:avr:uno $PWD/examples/Log/Log.ino",

0 commit comments

Comments
 (0)