Browse Source

Skipping test execution for coverity builds

Markus Kreusch 9 năm trước cách đây
mục cha
commit
32c65a7dda
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: