From a52f21a773d328f0e11a28a9d0bf7958d03422d2 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Tue, 1 Dec 2020 12:55:38 -0500 Subject: [PATCH] do not run tests in os x for travis --- travis_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_build.sh b/travis_build.sh index d3753fd934..e40bd161f4 100755 --- a/travis_build.sh +++ b/travis_build.sh @@ -17,7 +17,7 @@ echo `df -h .` if [ "${TRAVIS_OS_NAME}" = "osx" ]; then # if os x, just run it - ant -q test-no-regression + # ant -q test-no-regression elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then # if linux use xvfb xvfb-run ant -q test-no-regression