Skip to content

Commit

Permalink
Don't clobber README.md on de-tar.
Browse files Browse the repository at this point in the history
  • Loading branch information
zellski committed Jun 1, 2019
1 parent 25ef916 commit 5b47547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addons:
packages: zstd

install:
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
- curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk
- zstd -d -r --rm sdk
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ else
> cd FBX2glTF
# Fetch and unpack FBX SDK
> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1
> curl -sL "${FBXSDK_TARBALL}" | tar xz --strip-components=1 --wildcards */sdk
# Then decompress the contents
> zstd -d -r --rm sdk
Expand Down

0 comments on commit 5b47547

Please sign in to comment.