diff --git a/.travis.yml b/.travis.yml index e0efdb49b..08b00a19d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -124,7 +124,7 @@ script: # Run SELint # disable C-005 (Permissions in av rule or class declaration not ordered) for now: has 712 findings # disable W-005 (Interface call from module not in optional_policy block): refpolicy does not follow this rule - selint --source --recursive --summary --fail --disable C-005 --disable W-005 . + selint --source --recursive --summary --fail --disable C-005 --disable W-005 policy exit 0 fi