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

Commit 48edb36

Browse files
committed
Removed the --strip-components option from 'tar' command.
1 parent d91fdbd commit 48edb36

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
@@ -32,13 +32,12 @@ before_install:
3232
- wget "https://downloads.arduino.cc/$sdk_file" -O "$sdk_file"
3333
- |
3434
if [[ $TRAVIS_OS_NAME == linux ]]; then
35-
tar xf "$sdk_file" -C arduino-sdk --strip-components 1
35+
tar xf "$sdk_file" -C arduino-sdk
3636
else
3737
unzip "$sdk_file" -d arduino-sdk
3838
fi
3939
- ls -l "$sdk_path"
4040
- ls -l "$sdk_path/.."
41-
- ls -l "$sdk_path/../.."
4241
- export ARDUINO_SDK_PATH="$sdk_path"
4342
install:
4443
- cd "$TRAVIS_BUILD_DIR"

0 commit comments

Comments
 (0)