From 4cc0b76003c9e1a83d618f8028550d2f24478de7 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 11 Nov 2018 20:02:21 -0200 Subject: [PATCH] CI. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8055e26e..ad9224f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ before_script: - npm run build script: -- npm run build-docs -- npm run tslint -- npm run coveralls +#- npm run build-docs +#- npm run tslint +#- npm run coveralls branches: only: @@ -30,7 +30,7 @@ after_success: - npm pack deploy: - provider: releases + - provider: releases api_key: $GITHUB_TOKEN file_glob: true file: "CONTRIBUTING.md" @@ -38,7 +38,7 @@ deploy: on: tags: true - provider: npm + - provider: npm skip_cleanup: true email: "operations@pragmatismo.io" api_key: $NPM_TOKEN