From dcdc0e54033c7baffe21f7cdb3bcc2dd14b23cf4 Mon Sep 17 00:00:00 2001 From: Giacomo Licari Date: Tue, 4 Dec 2018 11:32:00 +0100 Subject: [PATCH] Skip travis cleanup --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c609fe0..5aee707 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ deploy: provider: npm email: alanlu1023@gmail.com api_key: $NPM_TOKEN + skip_cleanup: true on: all_branches: true tags: true