You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by pm...@apache.org on 2019/01/15 16:27:38 UTC

samza git commit: Minor: Disable outdated sonar-scanner in .travis.yml file.

Repository: samza
Updated Branches:
  refs/heads/master 54ba4c09f -> f16d85e1b


Minor: Disable outdated sonar-scanner in .travis.yml file.

Causing Travis-CI builds to appear broken on master.

Author: Daniel Nishimura <dn...@linkedin.com>

Reviewers: Prateek Maheshwari <pm...@apache.org>

Closes #868 from dnishimura/disable-sonar-scanner


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/f16d85e1
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/f16d85e1
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/f16d85e1

Branch: refs/heads/master
Commit: f16d85e1b58411fc921d9930a5df394e49a99bb1
Parents: 54ba4c0
Author: Daniel Nishimura <dn...@linkedin.com>
Authored: Tue Jan 15 08:27:34 2019 -0800
Committer: Prateek Maheshwari <pm...@apache.org>
Committed: Tue Jan 15 08:27:34 2019 -0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/f16d85e1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 601ceac..4e3dc9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ jdk:
 script:
   ## travis_wait increases build idle-wait time from 10 minutes to 30 minutes.
   - travis_wait 30 ./gradlew clean build
-  - type sonar-scanner &>/dev/null; if [ $? -eq 0 ]; then sonar-scanner; else echo "Not running sonar"; fi
+#  - type sonar-scanner &>/dev/null; if [ $? -eq 0 ]; then sonar-scanner; else echo "Not running sonar"; fi
 
 before_cache:
   - rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock