aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--ansible/site.yml2
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 36f1969a..b713feae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
+---
sudo: required
-language: bash
services: docker
language: generic
diff --git a/ansible/site.yml b/ansible/site.yml
index ac262882..4c1f495e 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -1,4 +1,4 @@
---
- hosts: 127.0.0.1
roles:
- - collivier.xtesting
+ - collivier.xtesting
diff --git a/tox.ini b/tox.ini
index 1c42b1e8..e76005b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,8 @@ commands =
[testenv:yamllint]
basepython = python2.7
files =
+ .travis.yml
+ ansible
xtesting/ci
commands =
yamllint -s {[testenv:yamllint]files}