From 68942416df07c5c92a655190656e36c35bfe52bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Thu, 2 Jun 2016 09:46:05 +0200 Subject: [PATCH] travis: workaround false negative test failure (#2362) travis: workaround false negative test failure --- lib/ansible/modules/extras/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/.travis.yml b/lib/ansible/modules/extras/.travis.yml index f9e21227fcf..21a0637fc6c 100644 --- a/lib/ansible/modules/extras/.travis.yml +++ b/lib/ansible/modules/extras/.travis.yml @@ -145,5 +145,5 @@ script: - python2.7 -m compileall -fq . - python3.4 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|') - python3.5 -m compileall -fq . -x $(echo "$PY3_EXCLUDE_LIST"| tr ' ' '|') - - ansible-validate-modules . + - ansible-validate-modules . --exclude 'cloud/azure/azure_rm_deployment\.py' #- ./test-docs.sh extras