12 lines
307 B
YAML
12 lines
307 B
YAML
language: node_js
|
|
node_js:
|
|
- '8'
|
|
|
|
deploy:
|
|
provider: npm
|
|
email: unindented@gmail.com
|
|
api_key:
|
|
secure: PxoC+x5jQgryR36NmjqD6ZUyDL/TR+aulRe1BQ7YiLGGL0BreXQmA7bjdjDbZ9/S+L7qiGeNKCBnS7pOus9JVgbQpXuZB5J3D+pjEx0qDlWFtqRUfS5dCLDFsj4lyjuANmqwEvpQlY5vzaw9MvudugShLSE7wCV1mo5qc7P3Q30=
|
|
on:
|
|
tags: true
|