Browse Source

ci: the Travis warning lied about this property. The one it suggests does not work!

Renée Kooi 5 years ago
parent
commit
8cd801eb3d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -123,12 +123,12 @@ notifications:
 # https://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on
 deploy:
 - provider: script
-  cleanup: false
+  skip_cleanup: true
   script: bin/travis-deploy
   on:
     branch: master
 - provider: script
-  cleanup: false
+  skip_cleanup: true
   script: bin/travis-deploy-companion
   on:
     branch: master