Skip to content

Commit e332882

Browse files
authored
Package only on darwin
1 parent d0142e2 commit e332882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_deploy:
2525
- git config --local user.name "$USER_NAME"
2626
- git config --local user.email "$USER_EMAIL"
2727
- git tag "$VERSION" "$TRAVIS_COMMIT"
28-
- yarn task package "$VERSION"
28+
- if [[ “$TRAVIS_OS_NAME” == “osx” ]]; then yarn task package $VERSION; fi
2929
deploy:
3030
provider: releases
3131
file_glob: true

0 commit comments

Comments
 (0)