From 0dd7a9c04e0381e70f20fd1b8fd62f887190667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Tue, 18 Dec 2018 12:41:12 +0000 Subject: [PATCH] fix CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da0135d..ac9e76d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ deploy: provider: releases api_key: "$GITHUB_TOKEN" file_glob: true - file: "sonar-cnes-python-plugin-*.jar" + file: "target/sonar-cnes-python-plugin-*.jar" skip_cleanup: true name: "cnespython plugin version X.X" draft: true