From 3bf3c1f04243e1537b2f9118d95904bf51abc4e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 1 May 2020 16:14:14 +0200 Subject: [PATCH] Disable perm check MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit .travis-ci applies a false umask Change-Id: I8e93d64019fffe0a88cd49c565a40419a491f5a0 Signed-off-by: Cédric Ollivier (cherry picked from commit 6099914e9832592ac63f0d3505ea3466eb13117d) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cc467d4..c8a3b740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_script: jobs: include: - stage: run unit tests - script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py37 + script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py37,bandit - stage: build functest-kubernetes-core image script: sudo -E bash build.sh env: -- 2.16.6