From 25959a7f37c323f42f5b3bab99b1462a8933943a Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Mon, 3 Aug 2020 00:59:48 -0400 Subject: [PATCH] chore: skipcleanup --- .travis.yml | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e166d1..c2d8071 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,8 @@ deploy: on: tags: true provider: releases - cleanup: false + skip_cleanup: true + # cleanup: false branches: only: diff --git a/Cargo.toml b/Cargo.toml index 00cd5c7..c5bfb27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oscar" -version = "0.1.12" +version = "0.1.13" authors = ["Adam Simpson "] edition = "2018" description = "A CLI application to download videos from PBS. Ideally run in cron or another scheduler."