From 1a1b3bd583a07ee8416c20e04367da8104a05e87 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 13 Feb 2015 13:42:11 -0500 Subject: [PATCH] Travis CI already exports variables. Explicit exports are redundant --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 154c9d23b..049c19abd 100755 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,6 @@ install: # Use a heartbeat loop to produce output while compiling the policy, which takes a quite long time. script: - POLVER=$(checkpolicy -V | cut -d' ' -f1) - - export TYPE DISTRO DIRECT_INITRC MONOLITHIC - echo $TYPE $DISTRO $DIRECT_INITRC $MONOLITHIC $POLVER # Prepare sources: