浏览代码

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

Renée Kooi 5 年之前
父节点
当前提交
8cd801eb3d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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