From db424bca8c284682f341290a68e0494bfc954be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Franco=20S=C3=A1nchez?= <56022165+pabfrasan@users.noreply.github.com> Date: Fri, 2 Apr 2021 23:18:58 +0200 Subject: [PATCH] Arreglos codacy --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ebe860be..39a70b87e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,6 @@ before_install: - chmod +x mvnw - mysql -e 'CREATE DATABASE cheapy;' - sudo apt-get update -install: - - ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V - - pip install codacy-coverage - after_success: - java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/jacoco/jacoco.xml