You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2015/04/08 01:26:06 UTC

[34/36] samza git commit: SAMZA-624: Remove Travis integration

SAMZA-624: Remove Travis integration


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

Branch: refs/heads/samza-sql
Commit: b276afecfad7b1d542b2a5737471c783bb4ac079
Parents: 457a524
Author: Jakob Homan <jg...@gmail.com>
Authored: Tue Apr 7 14:19:18 2015 -0700
Committer: Jakob Homan <jg...@gmail.com>
Committed: Tue Apr 7 14:53:20 2015 -0700

----------------------------------------------------------------------
 .travis.yml              | 46 -------------------------------------------
 README.md                |  2 --
 docs/contribute/tests.md |  6 ------
 3 files changed, 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/b276afec/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 33bfa1c..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-language: java
-
-jdk:
-  - oraclejdk7
-  - oraclejdk8
-
-env:
-  matrix:
-    - SCALA_VERSION='-PscalaVersion=2.10' YARN_VERSION='-PyarnVersion=2.4.0'
-    - SCALA_VERSION='-PscalaVersion=2.10' YARN_VERSION='-PyarnVersion=2.5.0'
-
-matrix:
-
-script: ./gradlew $SCALA_VERSION $YARN_VERSION --stacktrace check
-
-# no install since gradlew check does all the dependency downloads as part of the check command
-install: true
-
-notifications:
-  irc:
-    channels:
-      - "irc.freenode.org#samza"
-    on_success: always
-    on_failure: always
-    template:
-      - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
-  email:
-    - dev@samza.apache.org

http://git-wip-us.apache.org/repos/asf/samza/blob/b276afec/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a6ae16f..7f92020 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,6 @@ Samza builds with [Scala](http://www.scala-lang.org/) 2.10 and [YARN](http://had
 
 ### Testing Samza
 
-[![Build Status](https://travis-ci.org/apache/samza.svg?branch=master)](https://travis-ci.org/apache/samza)
-
 To run all tests:
 
     ./gradlew clean test

http://git-wip-us.apache.org/repos/asf/samza/blob/b276afec/docs/contribute/tests.md
----------------------------------------------------------------------
diff --git a/docs/contribute/tests.md b/docs/contribute/tests.md
index 0171bf9..bda13d0 100644
--- a/docs/contribute/tests.md
+++ b/docs/contribute/tests.md
@@ -62,12 +62,6 @@ On Mac, check-all.sh will default to the appropriate path for each environment v
     JAVA8_HOME is not set.
     JAVA8_HOME defaulted to /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home
 
-### Travis CI
-
-[Travis CI](https://travis-ci.org/apache/incubator-samza) has been configured to run Samza's unit tests after every commit to Samza's [master branch](https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tree). The test results are mailed to the [developer mailing list](/community/mailing-lists.html), and posted in the [IRC channel](/community/irc.html).
-
-[![Build Status](https://travis-ci.org/apache/incubator-samza.svg?branch=master)](https://travis-ci.org/apache/incubator-samza)
-
 ### Running Integration Tests Locally
 
 Samza uses [Zopkio](https://github.com/linkedin/Zopkio) to deploy and execute its integration tests. Integration tests can be executed by running: