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
@@ -16,7 +16,7 @@ env:
16
16
# Test install_ide using full version list
17
17
- INSTALL_IDE_START_VERSION="all"
18
18
# Test install_ide using custom version list. Test the use of the special version names "oldest" and "newest" in a version list. Test use of "hourly" version name.
Copy file name to clipboardExpand all lines: arduino-ci-script.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ IDE_VERSION_LIST_ARRAY_DECLARATION="declare -a IDEversionListArray="
16
16
# This is a list of every version of the Arduino IDE that supports CLI. As new versions are released they will be added to the list.
17
17
# The newest IDE version must always be placed at the end of the array because the code for setting $NEWEST_INSTALLED_IDE_VERSION assumes that
18
18
# Arduino IDE 1.6.2 has the nasty behavior of moving the included hardware cores to the .arduino15 folder, causing those versions to be used for all builds after Arduino IDE 1.6.2 is used. For this reason 1.6.2 has been left off the list.
0 commit comments