From 050057e70e6326b7ba59207df2e854c9e98070de Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Tue, 1 May 2018 18:34:31 -0700 Subject: [PATCH] Try to fix artifact download, + Diagnostics --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39b5f40184..14e9868c4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,4 +53,7 @@ deploy: skip_cleanup: true on: repo: OmniSharp/omnisharp-vscode - tags: true \ No newline at end of file + tags: true + overwrite: true + +after_deploy: "find . -type f -name '*.vsix'" \ No newline at end of file