do not run tests in os x for travis

This commit is contained in:
Greg DiCristofaro 2020-12-01 12:55:38 -05:00
parent 70b86cbebf
commit a52f21a773

View File

@ -17,7 +17,7 @@ echo `df -h .`
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
# if os x, just run it # if os x, just run it
ant -q test-no-regression # ant -q test-no-regression
elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then
# if linux use xvfb # if linux use xvfb
xvfb-run ant -q test-no-regression xvfb-run ant -q test-no-regression