[CRIU] [PATCH 4/4] enable travis-ci support
Nikita Spiridonov
nspiridonov at odin.com
Thu Oct 22 11:08:48 PDT 2015
Acked-by: Nikita Spiridonov <nspiridonov at odin.com>
On Thu, 2015-10-22 at 11:50 -0600, Tycho Andersen wrote:
> Just for linting for now, but you have to start somewhere.
>
> Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
> ---
> .travis.yml | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 .travis.yml
>
> diff --git a/.travis.yml b/.travis.yml
> new file mode 100644
> index 0000000..d62774e
> --- /dev/null
> +++ b/.travis.yml
> @@ -0,0 +1,9 @@
> +language: python
> +python:
> + - "2.7"
> +
> +install:
> + - pip install flake8
> +
> +script:
> + - make lint
More information about the CRIU
mailing list