We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4634d commit 92c0e85Copy full SHA for 92c0e85
.travis.yml
@@ -97,4 +97,4 @@ deploy:
97
on:
98
tags: true
99
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
+ skip_cleanup: 'true' # prevent Travis CI from resetting your working directory and deleting all changes made during the build
0 commit comments