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

Commit 5a68d68

Browse files
committed
Reverted back to 'unzip' on OS X as Arduino doesn't support 'tar' for OS X.
1 parent 3e7d418 commit 5a68d68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ before_install:
3535
if [[ $TRAVIS_OS_NAME == linux ]]; then
3636
tar -xf "$sdk_file" -C arduino-sdk
3737
else
38-
brew install gnu-tar
39-
gtar -xf "$sdk_file" -C arduino-sdk --strip-components=1
38+
unzip "$sdk_file" 'Arduino.app/*' -d arduino-sdk
4039
fi
4140
fi
4241
- export ARDUINO_SDK_PATH="$sdk_path"

0 commit comments

Comments
 (0)