ソースを参照

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