From f68d6094e7ed313aac5f25b029542a88828374a5 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 1 Jul 2019 23:06:30 +0300 Subject: [PATCH] #9 - coverage reports --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e68c16c..12c1ca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ env: jdk: - oraclejdk8 after_success: - - mvn verify --quiet --batch-mode -Pcodecov -Pqulice + - mvn install --quiet --batch-mode -Pcodecov -Pqulice - "bash <(curl -s https://codecov.io/bash)"