From 7710265c4535ac1444f12fea11c7f904d5c09943 Mon Sep 17 00:00:00 2001 From: Julien Buret Date: Mon, 11 Nov 2019 20:45:16 +0100 Subject: [PATCH] avoid codecov fix coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70d4bef3..f26caae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ cache: directories: - $HOME/.m2/repository after_success: - - bash <(curl -s https://codecov.io/bash) + - bash <(curl -s https://codecov.io/bash) -X fix install: true \ No newline at end of file