Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 30e4236

Browse files
committed
Merge branch 'feature/travis-ci' into develop
2 parents 6a097e3 + f133186 commit 30e4236

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ before_install:
3737
else
3838
unzip -q "$sdk_file"
3939
mv Arduino.app/* arduino-sdk/arduino-$ARDUINO_SDK_VERSION
40-
sdk_path="$sdk_path/Contents/Java"
4140
fi
4241
fi
42+
- |
43+
if [[ $TRAVIS_OS_NAME == osx ]]; then
44+
sdk_path="$sdk_path/Contents/Java"
45+
fi
4346
- export ARDUINO_SDK_PATH="$sdk_path"
4447
install:
4548
- cd "$TRAVIS_BUILD_DIR"

0 commit comments

Comments
 (0)