From 6aeb449d6563b5e8f2f9f986fcd377fc5bb23a09 Mon Sep 17 00:00:00 2001
From: downtownallday <downtownallday@gmail.com>
Date: Tue, 2 Jun 2020 11:35:58 -0400
Subject: [PATCH] Again

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f075a961..44d41b95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ os: linux
 dist: bionic
   
 before_install:
-  - echo "Check the status of AppArmor"
-  - ! sudo aa-status && mount -tsecurityfs securityfs /sys/kernel/security
+  - echo "Mount the AppArmor filesystem"
+  - mount -tsecurityfs securityfs /sys/kernel/security
   - sudo apt-get update
   
 install: