CI in progress.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-11 19:57:58 -02:00
parent 2b0604a7d8
commit e649517fa2

View file

@ -27,7 +27,7 @@ branches:
after_success:
- npm pack
- provider: releases
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: "{YOURLIB}-*.tgz"
@ -35,7 +35,7 @@ after_success:
on:
tags: true
- provider: npm
provider: npm
skip_cleanup: true
email: "operations@pragmatismo.io"
api_key: $NPM_TOKEN