From 7844b79cb68b05ac10e175c3d2ff888978cd61c0 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Wed, 2 Dec 2020 08:57:45 -0500
Subject: [PATCH] travis shell script fix

---
 travis_build.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/travis_build.sh b/travis_build.sh
index e40bd161f4..a561ccd21e 100755
--- a/travis_build.sh
+++ b/travis_build.sh
@@ -15,10 +15,7 @@ echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
 echo "Free Space:"
 echo `df -h .` 
 
-if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
-    # if os x, just run it
-    # ant -q test-no-regression
-elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then
+if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
     # if linux use xvfb
     xvfb-run ant -q test-no-regression
 fi
-- 
GitLab