You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/03 02:19:41 UTC

[iotdb] branch reopen-travis-website updated: try to open sonar checks for non-committers

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch reopen-travis-website
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/reopen-travis-website by this push:
     new 992f9f0  try to open sonar checks for non-committers
992f9f0 is described below

commit 992f9f0ba05fda96a2a551074ee77057bec145c5
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Nov 3 10:16:34 2020 +0800

    try to open sonar checks for non-committers
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c42f52d..69ffb38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,7 +106,7 @@ matrix:
         - export "HADOOP_HOME=/c/hadoop"
         - export "PATH=/c/hadoop/bin:$PATH"
     - os: linux
-      if: fork = false #only fork=true (i.e., the committer has permission to write the repo)
+      #if: fork = false #only fork=true (i.e., the committer has permission to write the repo)
       name: sonar-analysis
       dist: xenial
       jdk: openjdk8