Skip to content

Commit

Permalink
revert: chore(travis): skip_cleanup is deprecated
Browse files Browse the repository at this point in the history
This reverts commit 47b30de.

skip_cleanup is deprecated in dpl v2, which is currently opt-in:
https://docs.travis-ci.com/user/deployment-v2
  • Loading branch information
KaelWD committed Mar 11, 2020
1 parent 21abed0 commit c754c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
deploy:
- provider: script
script: bash scripts/deploy.sh
cleanup: false
skip_cleanup: true
on:
repo: vuetifyjs/vuetify
tags: true
- provider: releases
api_key: $GITHUB_API_KEY
file: "release/vuetify-${TRAVIS_TAG}.zip"
cleanup: false
skip_cleanup: true
on:
repo: vuetifyjs/vuetify
tags: true
Expand Down

0 comments on commit c754c7d

Please sign in to comment.