CI in course.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-11 20:00:11 -02:00
parent e649517fa2
commit c9aeaab59b

View file

@ -26,11 +26,14 @@ branches:
- master - master
after_success: after_success:
- npm run typedoc
- npm pack - npm pack
deploy:
provider: releases provider: releases
api_key: $GITHUB_TOKEN api_key: $GITHUB_TOKEN
file_glob: true file_glob: true
file: "{YOURLIB}-*.tgz" file: "CONTRIBUTING.md"
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true