Skip to content

Commit

Permalink
Changed cleanup to skip_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanks-kx committed Jun 30, 2020
1 parent 1b3f642 commit 2b71ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ deploy:
on:
tags: true
condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = trusty && $TRAVIS_OS_NAME = linux)
cleanup: 'false' # prevent Travis CI from resetting your working directory and deleting all changes made during the build
skip_cleanup: 'true' # prevent Travis CI from resetting your working directory and deleting all changes made during the build

0 comments on commit 2b71ced

Please sign in to comment.