You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ install:
152
152
153
153
# Test library installation from repository (can't do this because there is no library in this repository)
154
154
# - install_library
155
-
# Test library install from .zip file. A non-GitHub library download must be used because GitHub appends -{branch name} or -{release version} to the .zip downloads and having a library folder installed whos name contains "-" causes arduino 1.5.6 or older to hang.
155
+
# Test library install from .zip file. A non-GitHub library download must be used because GitHub appends -{branch name} or -{release version} to the .zip downloads and having a library folder installed whose name contains "-" causes arduino 1.5.6 or older to hang.
# Test library install from .zip file/folder that has a dot in the name. It must be renamed so that it won't have a hyphen in the folder name, which causes verification to hang with Arduino IDE 1.5.2 - 1.5.6-r2.
158
158
# Test library install from .zip file with rename.
0 commit comments