]> Creatis software - clitk.git/commitdiff
Remove sonarQube
authorThomas BAUDIER <thomas.baudier@creatis.insa-lyon.fr>
Thu, 28 Nov 2019 15:28:30 +0000 (16:28 +0100)
committerThomas BAUDIER <thomas.baudier@creatis.insa-lyon.fr>
Thu, 28 Nov 2019 15:28:30 +0000 (16:28 +0100)
It fails in travis

.travis.yml

index a36890ab68c2e384c1a3096c99188a4edd51bce7..7de52504eb3f564e7313ab30147497ab3931db85 100644 (file)
@@ -75,10 +75,10 @@ notifications:
   on_success: never
   on_failure: never
 
-addons:
-  sonarcloud:
-    organization: "open-vv-github"
-    token: $SONAR_TOKEN
+#addons:
+#  sonarcloud:
+#    organization: "open-vv-github"
+#    token: $SONAR_TOKEN
 
 branches:
 only:
@@ -115,7 +115,7 @@ cache:
    - $HOME/vtk-build
    - $HOME/itk
    - $HOME/itk-build
-   - '$HOME/.sonar/cache'
+#   - '$HOME/.sonar/cache'
  - timeout: 10000
 
 before_script: