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

Commit 3958526

Browse files
committed
Updated SDK path for OS X builds.
1 parent 268131f commit 3958526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ before_install:
3636
tar -xf "$sdk_file" -C arduino-sdk
3737
else
3838
unzip -q "$sdk_file"
39-
mv Arduino.app/* arduino-sdk/arduino-$ARDUINO_SDK_VERSION/*
39+
mv Arduino.app/* arduino-sdk/arduino-$ARDUINO_SDK_VERSION
40+
sdk_path="$sdk_path/Contents/Java"
4041
fi
4142
fi
4243
- export ARDUINO_SDK_PATH="$sdk_path"

0 commit comments

Comments
 (0)