Fix travis to not cleanup when publishing rswag-ui

This is to keep `node_modules` directory.
This commit is contained in:
Julius Putra Tanu Setiaji 2018-05-25 10:05:48 +08:00 committed by GitHub
parent efdfee5110
commit 334671cb95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ jobs:
gemspec: rswag-ui.gemspec
provider: rubygems
api_key: $RUBYGEMS_API_KEY
skip_cleanup: true
on:
branch: master
tags: true