From 7ab6e444a79643a95a4da57e93d263ba0394b762 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 1 Feb 2018 13:09:48 -0800 Subject: [PATCH] Enable overwriting artifacts This lets us release new zips based on a newer circuitpython-build-tools package. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aaf39a7d..8a3ce6a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ deploy: file_glob: true file: bundles/* skip_cleanup: true + overwrite: true on: tags: true