From 6fc5ba3e26c7dd416eb7bd13009ae6baaf72fee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Sun, 8 Jul 2018 03:21:46 +0200 Subject: Use Nix for build --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 -- cgit v1.2.3