Skip to content

Commit

Permalink
Change travis deploy of npm and bintray to tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 19, 2019
1 parent e169784 commit 03505f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ deploy:
user: "${BINTRAY_USER}"
key: "${BINTRAY_KEY}"
skip_cleanup: true
on: master # TODO: Change to master or tags
on:
tags: true
- provider: script
script:
- npm publish $TRAVIS_BUILD_DIR/source/ports/node_port --access public # TODO: --tag <tag>
skip_cleanup: true
on: master # TODO: Change to master or tags
on:
tags: true

0 comments on commit 03505f3

Please sign in to comment.