From a9fd20b4947fb661249d851827bcfb95e812ae62 Mon Sep 17 00:00:00 2001 From: Alexey Zinchenko Date: Mon, 17 Jun 2019 21:42:56 +0300 Subject: [PATCH] Test commit. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b1b668..56f536d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ jdk: - openjdk8 - openjdk11 -script: mvn cobertura:cobertura -Dmaven.skip.deploy=true -Dgpg.skip -B +install: mvn install -DskipTests -Dgpg.skip -B +script: mvn cobertura:cobertura -Dmaven.skip.deploy=true -B after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file