GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/12980

    [SPARK-15207][BUILD] Use Travis CI for Java/Scala/Python Linter and JDK7/8 
compilation test

    ## What changes were proposed in this pull request?
    
    Currently, Java Linter is disabled due to lack of testing resources.
    
    https://github.com/apache/spark/blob/master/dev/run-tests.py#L554
    
    This PR aims to take advantage of Travis CI to handle the following static 
analysis by adding a single file, `.travis.yml` without any additional burden 
on the existing servers.
    
    - Apache License Check
    - Python Linter
    - Scala Linter
    - Java Linter
    - JDK7/JDK8 maven compile
    
    Note that this issue does not propose to remove some of the above work 
items from the Jenkins. It's possible, but we need to observe the Travis CI 
stability for a while.
    The main goal of this issue is to removing committer's overhead on 
linter-related PRs (the original PR and the fixation PR).
    
    ## How was this patch tested?
    
    Pass the Travis CI tests.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-15207

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/12980.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12980
    
----
commit 60638227ed3d11bcf20df877aeeda0f46477b868
Author: Dongjoon Hyun <[email protected]>
Date:   2016-05-08T01:53:17Z

    [SPARK-15207][BUILD] Use Travis CI for Java/Scala/Python Linter and JDK7/8 
compilation test

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to