From 86dc17960d9cbbd750b7a0966afc5bd77aa36e73 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 Feb 2016 10:42:50 +0100 Subject: [PATCH] travis: enable travis to access kernel file --- .travis/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/run.sh b/.travis/run.sh index 50c63c23..70c10f9f 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -29,6 +29,7 @@ else make all check CFLAGS=-Werror if [ x"$RUN_INTEGRATION" = x"1" ]; then cd tests + sudo setfacl -m u:$(id -un):r /boot/vmlinuz-* make integration-tests sh integration-tests else -- 2.39.5