Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Auto publish with travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub committed Sep 2, 2018
1 parent 2bf09ab commit 267342a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
.idea
.nyc_output
.nyc_output
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.idea
example
.nyc_output
example
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ node_js:
- '8'
- '6'

after_success: npm run coverage
after_success: npm run coverage

deploy:
provider: npm
email: [email protected]
api_key: $NPM_TOKEN
on:
tags: true

0 comments on commit 267342a

Please sign in to comment.