From 334671cb95da8b665e5b3397f995c1326bc607d1 Mon Sep 17 00:00:00 2001 From: Julius Putra Tanu Setiaji Date: Fri, 25 May 2018 10:05:48 +0800 Subject: [PATCH] Fix travis to not cleanup when publishing rswag-ui This is to keep `node_modules` directory. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 52d1962..bdf321a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ jobs: gemspec: rswag-ui.gemspec provider: rubygems api_key: $RUBYGEMS_API_KEY + skip_cleanup: true on: branch: master tags: true