Skip to content

Commit

Permalink
configure npm publish on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsak committed Oct 24, 2020
1 parent e55c379 commit d7825bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ language: node_js
node_js:
- 12
script: npm run test:ci
deploy:
provider: npm
email: yuhsak.inoue@gmail.com
api_key:
secure: jINQpQzfj6r0+75v+wl7XchG1C48ynqG3w9WBjGg8JGJ0/D++o+6kXd2h82A+6xL6/ZJHwpa734KaogrG7aoabtKtQMIyJ2Nya4cPsBRvXeTJRHur/xISeFaIfPvyeIWAOCAWXpiUY8ETcf14U5dJDXcvAqu4bEhsCkwvXF2CWNN9TF3BBPsA/h/6tPIRE5oRb3/a/msrUn6hT2yJz0EtrIJRWvXAYFG+knsib8JxM4ER3lmwpWda5wVffBzPdVmWs+1+BQIPPOcCWl2XtkQoek1344KHltbnRYLeSzdN+HpLCuJ8FaPUlvjXwlpv7acU0KbTfsnjp+sHpJ/s28wH0rXmuexj1AmD/u87ePJUv6yNmd4V6WI0oBD8Zrma4ntwFCC5F9W618TDHaMNMKwXXZpFsuqRIZ0Xtpltsb9OlyLpt3ymhgFXzPEkydMsP9wMmmLhbUtbL4t4kV0zdsRyT24RYt7Q1/NyR5cEoAj2O4Ku7oK0JD4SB47sxaZebdV4fcXMMN7QqBLFb0xw4xQThlFXHIBO4udtWdurIJhOKiZJCcbcD0GwwJfGC9KxrQYr64OJQLJCefmMx6c/kIUYFjpR/3pDY4UeDvvWR/WDjvBPjHDfkB3Cm0CNLwMcdzMPxlOHjD30UjxgGqDCKCjjOFEONJYiFqpIdE/tsSDjwo=
on:
tags: true
repo: Yuhsak/what-is-that
branch: main
skip_cleanup: 'true'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "what-is-that",
"version": "1.2.4",
"version": "1.2.5",
"description": "Minimal, tiny (1.1 kb) object type identifier for both Node.js and browser written in TypeScript.",
"author": {
"name": "Yuhsak Inoue",
Expand Down

0 comments on commit d7825bb

Please sign in to comment.