From 9a1639b5c299802d2645911e09b1f219ef35aa3e Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 11:37:04 -0400 Subject: [PATCH] Again --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44d41b95..d9afdb0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ os: linux dist: bionic before_install: - - echo "Mount the AppArmor filesystem" - - mount -tsecurityfs securityfs /sys/kernel/security + - echo "Check the status of AppArmor" + - ! sudo aa-status && sudo mount -tsecurityfs securityfs /sys/kernel/security - sudo apt-get update install: