diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-15 15:45:13 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-15 15:45:13 +0100 |
commit | 7206ac5bbdb6e8dc5a947a9fdc2300805f0b048c (patch) | |
tree | c603abda6e08f961376178457f0969eb309859ec | |
parent | da22164eda930726eef5e827885e9f1798c4d7e7 (diff) |
Verify missing yaml files via yamllint
Change-Id: I0cd412cd49cac62b393658bf55e0e32def908c85
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | ansible/site.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
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 @@ -37,6 +37,8 @@ commands = [testenv:yamllint] basepython = python2.7 files = + .travis.yml + ansible xtesting/ci commands = yamllint -s {[testenv:yamllint]files} |