[lxc-devel] [PATCH] disable generating documentation for travis
S.Çağlar Onur
caglar at 10ur.org
Mon Jan 6 20:08:38 UTC 2014
On Mon, Jan 6, 2014 at 3:05 PM, S.Çağlar Onur <caglar at 10ur.org> wrote:
> doxygen and graphviz causes travis vm to download ~400 MB from internet and causes travis builds to timeouts occasionally.
grammar failure :/ read like following;
installing doxygen and graphviz as a dependency causes travis vm to
download ~400 MB from internet. That causes travis builds to timeout
occasionally so drop them from the list.
> Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>
> ---
> .travis.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index ee8ab52..3aba29d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -4,7 +4,7 @@ compiler:
> - clang
> before_install:
> - sudo apt-get update -qq
> - - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev doxygen graphviz
> + - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev
> script: ./autogen.sh && ./configure --enable-tests && make -j4
> notifications:
> email:
> --
> 1.8.3.2
>
--
S.Çağlar Onur <caglar at 10ur.org>
More information about the lxc-devel
mailing list