aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files 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 @@
1--- 1---
2language: python 2language: nix
3python: "2.7"
4 3
5# Use the new container infrastructure 4# Use the new container infrastructure
6sudo: false 5sudo: false
7 6
8# Install ansible
9addons:
10 apt:
11 packages:
12 - python-pip
13
14install: 7install:
15 # Install ansible 8 # Install ansible
16 - pip install ansible 9 - nix-env -i python2.7-ansible python2.7-ansible-lint
17 - pip install ansible-lint
18 10
19 # Check ansible version 11 # Check ansible version
20 - ansible --version 12 - ansible --version