Author: moon
Date: Sun Feb 19 03:00:22 2017
New Revision: 1783607

URL: http://svn.apache.org/viewvc?rev=1783607&view=rev
Log:
ZEPPELIN-2123

Modified:
    zeppelin/site/contribution/contributions.html

Modified: zeppelin/site/contribution/contributions.html
URL: 
http://svn.apache.org/viewvc/zeppelin/site/contribution/contributions.html?rev=1783607&r1=1783606&r2=1783607&view=diff
==============================================================================
--- zeppelin/site/contribution/contributions.html (original)
+++ zeppelin/site/contribution/contributions.html Sun Feb 19 03:00:22 2017
@@ -95,12 +95,12 @@
   
     
       
+        
+      
     
   
     
       
-        
-      
     
   
     
@@ -141,6 +141,12 @@
   
     
       
+        
+      
+    
+  
+    
+      
     
   
     
@@ -295,10 +301,6 @@
   
     
       
-    
-  
-    
-      
         
           
             <li><a 
href="/contribution/documentation.html">Documentation</a></li>
@@ -313,6 +315,10 @@
   
     
       
+    
+  
+    
+      
         
       
     
@@ -345,6 +351,12 @@
   
     
       
+        
+      
+    
+  
+    
+      
     
   
     
@@ -442,6 +454,7 @@ limitations under the License.
 <ol>
 <li>Make sure your issue is not already in the <a 
href="https://issues.apache.org/jira/browse/ZEPPELIN";>Jira issue 
tracker</a></li>
 <li>If not, create a ticket describing the change you&#39;re proposing in the 
<a href="https://issues.apache.org/jira/browse/ZEPPELIN";>Jira issue 
tracker</a></li>
+<li>Setup travis <a href="#continuous-integration">Continuous 
Integration</a></li>
 <li>Contribute your patch via Pull Request on our <a 
href="https://github.com/apache/zeppelin";>Github Mirror</a>.</li>
 </ol>
 
@@ -643,7 +656,9 @@ Test coverage report location is in <cod
 </code></pre></figure>
 <h2>Continuous Integration</h2>
 
-<p>Zeppelin uses Travis for CI. In the project root there is .travis.yml that 
configures CI and <a 
href="https://travis-ci.org/apache/zeppelin/builds";>publishes CI results</a></p>
+<p>Zeppelin project&#39;s CI system will collect information from pull request 
author&#39;s travis-ci and display status in the pull request.</p>
+
+<p>Each individual contributor should setup travis-ci for the fork before 
making a pullrequest. Go to <a 
href="https://travis-ci.org/profile";>https://travis-ci.org/profile</a> and 
switch on &#39;zeppelin&#39; repository.</p>
 
 <h2>Run Zeppelin server in development mode</h2>
 <figure class="highlight"><pre><code class="language-text" data-lang="text">cd 
zeppelin-server


Reply via email to