Skip to content

Commit 4aedad8

Browse files
committed
Change SKETCHBOOK_FOLDER to arduino-sketchbook
This will avoid any confusion between the sketchbook folder and the IDE installation folder.
1 parent 835845f commit 4aedad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ language: bash
66
env:
77
global:
88
# The Arduino IDE will be installed at APPLICATION_FOLDER/arduino
9+
- APPLICATION_FOLDER="${HOME}/arduino-ide"
10+
- SKETCHBOOK_FOLDER="${HOME}/arduino-sketchbook"
911

1012
matrix:
1113
# Test install_ide with no argument (using full version list). This would cause the Travis CI build to take much longer so I have it disabled

0 commit comments

Comments
 (0)