We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5687eb5 commit 987d8daCopy full SHA for 987d8da
.travis.yml
@@ -20,7 +20,7 @@ script:
20
after_success:
21
- npm install coveralls
22
- 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)'
+ - '[[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_EVENT_TYPE}" == "push" ]] && npm run build && git tag $(node -p "require(''./package.json'').version") && export PACKAGE=$(npm pack --silent)'
24
25
deploy:
26
- provider: releases
0 commit comments