Sfoglia il codice sorgente

Skipping test execution for coverity builds

Markus Kreusch 9 anni fa
parent
commit
32c65a7dda
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -34,7 +34,7 @@ addons:
     project:
       name: "cryptomator/cryptomator"
     notification_email: sebastian.stenzel@cryptomator.org
-    build_command: "mvn -fmain/pom.xml clean test"
+    build_command: "mvn -fmain/pom.xml clean test -DskipTests"
     branch_pattern: coverity_scan
 
 deploy: