Skip to content

Commit

Permalink
build(release): remove github deploy on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup committed May 20, 2019
1 parent f30bcb1 commit 27ac913
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,3 @@ branches:
only:
- master
- /^greenkeeper.*$/
- "/^v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|rc)\\.[0-9]+$/"
- "/^v[0-9]+\\.[0-9]+\\.[0-9]+$/"

before_deploy:
- npm run gh:release

deploy:
provider: releases
api_key: "$CONVENTIONAL_GITHUB_RELEASER_TOKEN"
on:
tags: true

0 comments on commit 27ac913

Please sign in to comment.