From: Frédéric Menou Date: Sun, 8 Jul 2018 01:21:46 +0000 (+0200) Subject: Use Nix for build X-Git-Tag: v0.5~1^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=6fc5ba3e26c7dd416eb7bd13009ae6baaf72fee5;hp=6b4dbb21c7c1e081f8c9d8f84cd9e3153468315a;p=github%2Ffretlink%2Fansible-kong-app.git Use Nix for build --- diff --git a/.travis.yml b/.travis.yml index 812d0fe..de15287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,12 @@ --- -language: python -python: "2.7" +language: nix # Use the new container infrastructure sudo: false -# Install ansible -addons: - apt: - packages: - - python-pip - install: # Install ansible - - pip install ansible - - pip install ansible-lint + - nix-env -i python2.7-ansible python2.7-ansible-lint # Check ansible version - ansible --version