From 2b0604a7d8159394606a5e9635d1ffbec0ced2af Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 11 Nov 2018 19:56:00 -0200 Subject: [PATCH] CI in course. --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 818dc177..31beb2ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ notifications: before_install: - npm install --global nyc mocha typescript rimraf shx - install: - npm install @@ -27,20 +26,18 @@ branches: - master after_success: -- npm run typedoc - npm pack - -deploy: - - provider: releases +- provider: releases api_key: $GITHUB_TOKEN file_glob: true file: "{YOURLIB}-*.tgz" skip_cleanup: true on: tags: true - - provider: npm + +- provider: npm skip_cleanup: true email: "operations@pragmatismo.io" api_key: $NPM_TOKEN on: - tags: true \ No newline at end of file + tags: true