X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=de15287e6a4605c6300ea3454e258e91dd56b8d8;hb=6fc5ba3e26c7dd416eb7bd13009ae6baaf72fee5;hp=812d0fe88059d5eec71a3a3bb93c657eb549a2ea;hpb=6b4dbb21c7c1e081f8c9d8f84cd9e3153468315a;p=github%2Ffretlink%2Fansible-kong-app.git 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