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