Skip to content

Commit 92c0e85

Browse files
committed
Change travis cleanup to skip_cleanup. Fixes #158
1 parent af4634d commit 92c0e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ deploy:
9797
on:
9898
tags: true
9999
condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = trusty && $TRAVIS_OS_NAME = linux)
100-
cleanup: 'false' # prevent Travis CI from resetting your working directory and deleting all changes made during the build
100+
skip_cleanup: 'true' # prevent Travis CI from resetting your working directory and deleting all changes made during the build

0 commit comments

Comments
 (0)