Repository: zeppelin
Updated Branches:
  refs/heads/gh-pages fae975d1a -> a9d94a96c


[ZEPPELIN-2123] [WEBSITE] Add setting up travis in the contribution guide

### What is this PR for?
Add setting up travis ci in the contribution guide

### What type of PR is it?
Documentation

### Todos
* [x] - Add setting up travis

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2123

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Lee moon soo <m...@apache.org>

Closes #2030 from Leemoonsoo/gh-pages-ZEPPELIN-2123 and squashes the following 
commits:

32bc13d [Lee moon soo] Add setting up travis in the contribution guide


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

Branch: refs/heads/gh-pages
Commit: a9d94a96ca0d02ef58cf1250287326d8a4e1f4d7
Parents: fae975d
Author: Lee moon soo <m...@apache.org>
Authored: Fri Feb 17 18:19:26 2017 +0900
Committer: Lee moon soo <m...@apache.org>
Committed: Sun Feb 19 11:53:12 2017 +0900

----------------------------------------------------------------------
 contribution/contributions.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a9d94a96/contribution/contributions.md
----------------------------------------------------------------------
diff --git a/contribution/contributions.md b/contribution/contributions.md
index f85ce53..7083135 100644
--- a/contribution/contributions.md
+++ b/contribution/contributions.md
@@ -27,7 +27,8 @@ Contributing to Zeppelin (Source code, Documents, Image, 
Website) means you agre
 
 1. Make sure your issue is not already in the [Jira issue 
tracker](https://issues.apache.org/jira/browse/ZEPPELIN)
 2. If not, create a ticket describing the change you're proposing in the [Jira 
issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN)
-3. Contribute your patch via Pull Request on our [Github 
Mirror](https://github.com/apache/zeppelin).
+3. Setup travis [Continuous Integration](#continuous-integration)
+4. Contribute your patch via Pull Request on our [Github 
Mirror](https://github.com/apache/zeppelin).
 
 Before you start, please read the [Code of 
Conduct](http://www.apache.org/foundation/policies/conduct.html) carefully, 
familiarize yourself with it and refer to it whenever you need it.
 
@@ -243,7 +244,9 @@ TEST_SELENIUM="true" mvn package -DfailIfNoTests=false -pl 
'zeppelin-interpreter
 
 ## Continuous Integration
 
-Zeppelin uses Travis for CI. In the project root there is .travis.yml that 
configures CI and [publishes CI results] 
(https://travis-ci.org/apache/zeppelin/builds)
+Zeppelin project's CI system will collect information from pull request 
author's travis-ci and display status in the pull request.
+
+Each individual contributor should setup travis-ci for the fork before making 
a pullrequest. Go to 
[https://travis-ci.org/profile](https://travis-ci.org/profile) and switch on 
'zeppelin' repository.
 
 
 ## Run Zeppelin server in development mode

Reply via email to