You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/09/30 03:05:04 UTC

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

     [ https://issues.apache.org/jira/browse/STORM-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-986:
-------------------------------
    Component/s: storm-core

> 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
>          Components: storm-core
>            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)