Explorar el Código

ci: Allow failure of sonarcube build

Stefan Profanter hace 5 años
padre
commit
6f36279644
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -262,6 +262,8 @@ matrix:
     # clang-format code analysis
     - env:
         - CLANG_FORMAT=true
+    - env:
+        - SONAR=true
 
 cache:
   pip: true