From 83f263d132f9324d726189653a85585296e3a110 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Sun, 10 Jul 2016 10:40:42 +0200 Subject: [PATCH] Revert "travis: workaround false negative test failure (#2362)" This reverts commit d0568790886f7d3973b31b55c5e045152514c604. --- 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 7d24ae03b2..05a60a8dcb 100644 --- a/lib/ansible/modules/extras/.travis.yml +++ b/lib/ansible/modules/extras/.travis.yml @@ -122,5 +122,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 . --exclude 'cloud/azure/azure_rm_deployment\.py' + - ansible-validate-modules . #- ./test-docs.sh extras