Просмотр исходного кода

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

Renée Kooi 5 лет назад
Родитель
Сommit
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