diff --git a/travis_build.sh b/travis_build.sh
index e40bd161f46f69722e03cd7cdd2c53596a409be2..a561ccd21ef72bd4c84874f2ce5157e55f4146e9 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