Browse Source

remove sonar

zhouhao 6 năm trước cách đây
mục cha
commit
e5d3674878
1 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 6
      .travis.yml

+ 1 - 6
.travis.yml

@@ -2,13 +2,8 @@ language: java
 sudo: false
 jdk:
   - oraclejdk8
-addons:
-  sonarcloud:
-    organization: "hsweb"
-    token:
-      secure: "fba01e9fb57104fd0cfbed380e8c90301e35ff09"
 script:
-  - mvn test sonar:sonar
+  - mvn test
 after_success:
   - bash <(curl -s https://codecov.io/bash)
 cache: