We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0142e2 commit e332882Copy full SHA for e332882
.travis.yml
@@ -25,7 +25,7 @@ before_deploy:
25
- git config --local user.name "$USER_NAME"
26
- git config --local user.email "$USER_EMAIL"
27
- git tag "$VERSION" "$TRAVIS_COMMIT"
28
-- yarn task package "$VERSION"
+- if [[ “$TRAVIS_OS_NAME” == “osx” ]]; then yarn task package $VERSION; fi
29
deploy:
30
provider: releases
31
file_glob: true
0 commit comments