From 076ac54a28552b340c684bd117008b21944edbba Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 May 2020 16:14:14 +0200 Subject: Disable perm check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 82843ad8..47398e9a 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,py36 + script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit - stage: build functest-kubernetes-core image script: sudo -E bash build.sh env: -- cgit 1.2.3-korg