From d0ad3639e3581db2cebca52d8ba798d43dcae35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Sun, 8 Jul 2018 03:08:41 +0200 Subject: Use Nix for build --- .travis.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed037ea..2b452f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,10 @@ --- -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 + - nix-env -i python2.7-ansible # Check ansible version - ansible --version -- cgit v1.2.3