From 68b1b982090ad5e0b9f67bb5c4ac62e730ca0ed3 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 11 Nov 2018 20:08:56 -0200 Subject: [PATCH] CI. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 281e31b2..0eef8036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ branches: - master after_success: -- npm run typedoc +#- npm run typedoc - npm pack deploy: @@ -36,11 +36,11 @@ deploy: file: src/**/* skip_cleanup: true on: - tags: true + tags: false - provider: npm skip_cleanup: true email: "operations@pragmatismo.io" api_key: $NPM_TOKEN on: - tags: true + tags: false