Skip to content

Commit 987d8da

Browse files
committed
trying travis release
1 parent 5687eb5 commit 987d8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ script:
2020
after_success:
2121
- npm install coveralls
2222
- cat ./coverage/lcov.info | coveralls
23-
- '[[ "${TRAVIS_BRANCH}" == "master" ]] && npm run build && git tag $(node -p "require(''./package.json'').version") && export PACKAGE=$(npm pack --silent)'
23+
- '[[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_EVENT_TYPE}" == "push" ]] && npm run build && git tag $(node -p "require(''./package.json'').version") && export PACKAGE=$(npm pack --silent)'
2424

2525
deploy:
2626
- provider: releases

0 commit comments

Comments
 (0)