Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #116 from p1ho/develop
Browse files Browse the repository at this point in the history
Removed Deploy workflow
  • Loading branch information
p1ho committed Sep 4, 2020
2 parents b7512b7 + de26c0f commit 5b3be55
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@ language: node_js
node_js:
- "10"
after_success:
- npm run coveralls
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true
branch: master
- npm run coveralls

0 comments on commit 5b3be55

Please sign in to comment.