From 77cd8a64ee0b7948d61c5274016c609b2b87a19a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 15 Dec 2018 15:45:13 +0100 Subject: [PATCH] Verify missing yaml files via yamllint MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I0cd412cd49cac62b393658bf55e0e32def908c85 Signed-off-by: Cédric Ollivier (cherry picked from commit 7206ac5bbdb6e8dc5a947a9fdc2300805f0b048c) --- .travis.yml | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0929fea..ea5bc271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ +--- sudo: required -language: bash services: docker language: generic diff --git a/tox.ini b/tox.ini index 1c42b1e8..ce3e958c 100644 --- a/tox.ini +++ b/tox.ini @@ -37,6 +37,7 @@ commands = [testenv:yamllint] basepython = python2.7 files = + .travis.yml xtesting/ci commands = yamllint -s {[testenv:yamllint]files} -- 2.16.6