From: Vincent Bernat Date: Fri, 5 Feb 2016 09:42:50 +0000 (+0100) Subject: travis: enable travis to access kernel file X-Git-Tag: 0.9.1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86dc17960d9cbbd750b7a0966afc5bd77aa36e73;p=thirdparty%2Flldpd.git travis: enable travis to access kernel file --- 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