From a2c1a54427d6a6b71750945b82e9b3ac3814fcb6 Mon Sep 17 00:00:00 2001 From: Christopher Pardy Date: Fri, 27 Apr 2018 17:41:16 -0400 Subject: [PATCH] fix deploy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f8c4b7e..290755a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ before_deploy: deploy: provider: npm email: "chris.pardy@gmail.com" + skip_cleanup: true on: tags: true branch: master