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