Skip to content

Commit

Permalink
fix(ci): corrige le déploiement v2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Thomas Parisot committed May 6, 2019
1 parent aa9c8ad commit 8a2f3c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,9 @@ deploy:
- provider: npm
tag: next
skip-cleanup: true
tag: latest
on:
tags: true
all-branches: true
condition: $TRAVIS_BRANCH =~ ^v2.
email: "[email protected]"
api-key: "$NPM_TOKEN"
- provider: npm
skip-cleanup: true
tag: next
on:
tags: true
branch: v2
email: "[email protected]"
api-key: "$NPM_TOKEN"

0 comments on commit 8a2f3c6

Please sign in to comment.