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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,10 @@ before_install:
86
86
# - install_library
87
87
# 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.
# Test library install from .zip file with rename. If the rename doesn't work then any job verifying with Arduino IDE 1.5.6 or older will hang because GitHub changes the folder name to MPU9250-master, which is not a valid folder name on those IDE versions.
89
+
# Test library install from .zip file with rename. If the rename doesn't work then any job verifying with Arduino IDE 1.5.2 - 1.5.6-r2 will hang because GitHub changes the folder name to MPU9250-master, which is not a valid folder name on those IDE versions.
# Test library install from .zip file/folder that has a dot in the name. It must be renames 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.
0 commit comments