Skip to content

Commit

Permalink
[ci] Fix NPM deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Mar 26, 2019
1 parent 66ef5ed commit b1990f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -176,7 +176,7 @@ jobs:
# NPM
# ---------------------------------------
- stage: "Deployments"
if: type = push AND tag IS present AND branch =~ ^master|.*-stable$
if: tag IS present
name: "Deploy on NPM"

os: linux
Expand Down

0 comments on commit b1990f1

Please sign in to comment.