Skip to content

Commit

Permalink
Adds GitHub Action for release (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Feb 21, 2020
1 parent 7fcce9f commit a50c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
language: node_js
node_js:
- "10"
- "12"
after_success:
- npm run coveralls
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true
branch: master
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"automerge": true
},
"assignees": [
"maccyber",
"zrrrzzt"
]
}

0 comments on commit a50c2ba

Please sign in to comment.