From 96a99b6aaadb8d5d109793fa4d9352fa6458e563 Mon Sep 17 00:00:00 2001 From: Agam Agarwal Date: Sun, 6 Nov 2016 19:37:59 +0530 Subject: [PATCH] Overwrite files while deploying --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0db5ccf..615d216 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ deploy: skip_cleanup: true on: tags: true + overwrite: true