You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/12 05:21:46 UTC

[jira] [Commented] (STORM-986) Caching maven dependencies to speedup CI builds

    [ https://issues.apache.org/jira/browse/STORM-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14692842#comment-14692842 ] 

ASF GitHub Bot commented on STORM-986:
--------------------------------------

GitHub user caofangkun opened a pull request:

    https://github.com/apache/storm/pull/677

    STORM-986: Caching maven dependencies to speedup CI builds

    

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

    $ git pull https://github.com/caofangkun/apache-storm storm-986

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

    https://github.com/apache/storm/pull/677.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 #677
    
----
commit 40ed9be608b4e10831f813c26393c78c95261811
Author: caofangkun <ca...@gmail.com>
Date:   2015-08-12T03:14:28Z

    STORM-986: Caching maven dependencies to speedup CI builds

----


> Caching maven dependencies to speedup CI builds
> -----------------------------------------------
>
>                 Key: STORM-986
>                 URL: https://issues.apache.org/jira/browse/STORM-986
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: caofangkun
>            Assignee: caofangkun
>            Priority: Trivial
>
> See: http://docs.travis-ci.com/user/caching/
> Modify 
> {code}
> diff --git a/.travis.yml b/.travis.yml
> index a7e2df4..d6e3c8b 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -13,6 +13,9 @@ language: java
>  jdk:
>    - oraclejdk7
>    - oraclejdk8
> +cache:
> +  directories:
> +  - $HOME/.m2/repository
>  before_install:
>    - rvm use 2.1.5 --install
>    - nvm install 0.12.2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)