diff options
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/apparmor_tag.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hack/apparmor_tag.sh b/hack/apparmor_tag.sh index 6d4bec91b..0fd222210 100755 --- a/hack/apparmor_tag.sh +++ b/hack/apparmor_tag.sh @@ -1,7 +1,4 @@ #!/bin/bash if pkg-config libapparmor 2> /dev/null ; then - # Travis CI does not support AppArmor, so we cannot run tests there. - if [ -z "$TRAVIS" ]; then - echo apparmor - fi + echo apparmor fi |