From 6d55e5b725f77fbab0800104d6a29e4a6425475b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 24 Jan 2019 15:51:51 +0100 Subject: [PATCH] remove group write bit to end up with the same we would with umask 022 This should solve the permission issue inside the container image. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 577fbcd..f03eca0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: - sudo apt-get --yes --no-install-recommends install qemu-user-static before_script: - sudo ./prepare-qemu + - chmod -R g-w ./ script: - ./build after_success: