Skip to content

Commit

Permalink
ci(travis): stop deploy on Travis CI (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Sep 9, 2019
1 parent 25a0b81 commit 10e7007
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,3 @@ script:
branches:
only:
- master
- /^v\d+\.\d+.\d+(-\d+)?$/ # e.g. `v3.2.1` | `v3.2.1-0`

deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
node: "8"

0 comments on commit 10e7007

Please sign in to comment.