Update .travis.yml

This commit is contained in:
Ricardo Ambrogi
2019-08-06 11:35:19 +02:00
committed by GitHub
parent 07065c35cf
commit f4c62229ff

View File

@@ -10,7 +10,7 @@ script:
jobs:
include:
- stage: npm release
if: (tag IS present) AND (branch = master)
if: tag IS present
node_js: stable
script: yarn run build
deploy: