We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835845f commit 4aedad8Copy full SHA for 4aedad8
.travis.yml
@@ -6,6 +6,8 @@ language: bash
6
env:
7
global:
8
# The Arduino IDE will be installed at APPLICATION_FOLDER/arduino
9
+ - APPLICATION_FOLDER="${HOME}/arduino-ide"
10
+ - SKETCHBOOK_FOLDER="${HOME}/arduino-sketchbook"
11
12
matrix:
13
# 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