소스 검색

ci: Allow failure of sonarcube build

Stefan Profanter 5 년 전
부모
커밋
6f36279644
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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